COLOR #65B5B1

HEX: #65B5B1
RGB: (101,181,177)

Color info

#65B5B1 contains mainly green and blue colors. Web safe color of #65B5B1 is #66CC99 (or #6C9).

RGB color model

#65B5B1 color RGB value is (101,181,177).

  • red value is 101;
  • green value is 181;
  • blue value is 177.
RGB:
(101,181,177)
(40%,71%,69%)

RGB channels and saturation

R 101 of 255 = 40%
G 181 of 255 = 71%
B 177 of 255 = 69%

101
181
177

R + G + B ~ 60%. #65B5B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 181 + 177 = 459 (100%)
R 101 of 459 ~ 22%
G 181 of 459 ~ 39.43%
B 177 of 459 ~ 38.56%

%22
%39.43
%38.56

CMYK color model

#65B5B1 color CMYK value is (44,0,2,29).

  • cyan value is 44.20%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 29.02%
CMYK:
(44,0,2,29)
C44M0Y2K29 
(44%,0%,2%,29%)
(0.44/0.00/0.02/0.29)	

CMYK percentages

%44.2
%0
%2.21
%29.02

Codes

Color #65B5B1 in popluar color models

65B5B1
RGB101181177
HSL177°35.09%55.29%
HSB/HSV177°44.20%70.98%
CMYK44.20%0.00%2.21%
29.02%

Color #65B5B1 in popluar number systems.

HEX65B5B1
Decimal101181177
Binary11001011011010110110001
Octal145265261

Shades and tints

Shades of #65B5B1

#65B5B1
(101,181,177)
#5CA5A1
(92,165,161)
#539591
(83,149,145)
#4A8581
(74,133,129)
#417571
(65,117,113)
#386561
(56,101,97)
#2F5551
(47,85,81)
#264541
(38,69,65)
#1D3531
(29,53,49)
#142521
(20,37,33)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #65B5B1

#65B5B1
(101,181,177)
#73BBB8
(115,187,184)
#81C1BF
(129,193,191)
#8FC7C6
(143,199,198)
#9DCDCD
(157,205,205)
#ABD3D4
(171,211,212)
#B9D9DB
(185,217,219)
#C7DFE2
(199,223,226)
#D5E5E9
(213,229,233)
#E3EBF0
(227,235,240)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65B5B1 color. Also use rgb(101,181,177) instead hex code.

Text Font Color

.myTextColor { color: #65B5B1; }

<p style="color:#65B5B1">This sample text font color is #65B5B1.</p>

This text font color is #65B5B1.


Background Color

.myBgColor { background-color: #65B5B1; }

<div style="background-color:#65B5B1">Inner text</div>

This div background color is #65B5B1.


Border color

.myBorderColor { border: 1px solid #65B5B1; }

<div style="border:3px solid #65B5B1">Div</div>

This div border color is #65B5B1.


Opacity

.myOpacity80 { color: #65B5B1; opacity: 0.8; }

<p style="color:#65B5B1;opacity:0.8;">80%</p>

Text with #65B5B1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #65B5B1;}

<p style="text-shadow: 3px 3px 1px #65B5B1">Text here.</p>

This text has shadow with #65B5B1 color.

.textShadow {text-shadow: 3px 3px 1px #65B5B1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #65B5B1, 5px 5px 20px red">Text here.</p>

This text has shadow with #65B5B1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#65B5B1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#65B5B1, Direction=45, Strength=4)">Text</p>

This text has shadow with #65B5B1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #65B5B1;
  -webkit-box-shadow:	1px 1px 3px 2px #65B5B1;
  box-shadow:		1px 1px 3px 2px #65B5B1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #65B5B1;
-webkit-box-shadow: 1px 1px 3px 2px #65B5B1;
box-shadow:1px 1px 3px 2px #65B5B1;">
Div content here</div>
This div box has shadow with color #65B5B1.

Preview

Color preview on black background

This text has color #65B5B1 on black background.


Color preview on white background

This text has color #65B5B1 on white background.



Black color preview on #65B5B1 background

This text has black color on #65B5B1 background.


White color preview on #65B5B1 background

This text has white color on #65B5B1 background.