Html Css Color HEX #86BBA9 Sea Nymph

📋 copy color: '#86BBA9'

red 134 ◦ green 187 ◦ blue 169

#86BBA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #86BBA9

Tints of Sea Nymph #86BBA9

RGB

 RED value IS 134 (52.73% from 255) = 27.35%

 GREEN value IS 187 (73.44% from 255) = 38.16%

 BLUE value IS 169 (66.41% from 255) = 34.49%

R = 27.35%
G = 38.16%
B = 34.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#86BBA9 (or 0x86BBA9) is known color: Sea Nymph. HEX triplet: 86, BB and A9. RGB value is (134,187,169). Sum of RGB (Red+Green+Blue) = 134+187+169=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #86BBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BBA9 is #794456. Grayscale: #A9A9A9. Windows color (decimal): -7947351 or 11123590. OLE color: 11123590.

HSL color Cylindrical-coordinate representation of color #86BBA9: hue angle of 159.62º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BBA9 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 187 169 -
CMYK 0.28 0 0.10 0.27
HSL 159.62º 0.28% 0.63% -
HSV(B) 159.62º 0.28% 0.73% -
XYZ 34.76 43.47 44.1 -
YUV 169.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 134 187 169 0.28 0 0.10 0.27 159.62 0.28 0.63
Hex 86 BB A9 1C 0 A 1B A0 1C 3F
Octal 206 273 251 34 0 12 33 240 34 77
Binary 10000110 10111011 10101001 11100 0 1010 11011 10100000 11100 111111

Color Harmonies of #86BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBA9

Black with #86BBA9

Text Example


Text Example

White with #86BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86BBA9; }

 p { color: rgb(134,187,169); }

 H1.HeaderClassName
 {
   color: #86BBA9;
 }
 .AnyTagClassName
 {
   color: #86BBA9;
 }
</style>

background-color css

<style>
 a { background-color: #86BBA9; }

 a { background-color: rgb(134,187,169); }

 div.DivClassName
 {
   background-color: #86BBA9;
 }
 .BgClassName
 {
   background-color: #86BBA9;
 }
</style>

border-color css

<style>
 span { border-color: #86BBA9; }

 span { border-color: rgb(134,187,169); }

 td.TdClassName
 {
   border-color: #86BBA9;
 }
 .TagClassName
 {
   border-color: #86BBA9;
 }
</style>