Html Css Color HEX #86BBAB Sea Nymph

📋 copy color: '#86BBAB'

red 134 ◦ green 187 ◦ blue 171

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

Shades of Sea Nymph #86BBAB

Tints of Sea Nymph #86BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.76%

R = 27.24%
G = 38.01%
B = 34.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#86BBAB (or 0x86BBAB) is known color: Sea Nymph. HEX triplet: 86, BB and AB. RGB value is (134,187,171). Sum of RGB (Red+Green+Blue) = 134+187+171=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #86BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BBAB is #794454. Grayscale: #A9A9A9. Windows color (decimal): -7947349 or 11254662. OLE color: 11254662.

HSL color Cylindrical-coordinate representation of color #86BBAB: hue angle of 161.89º 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 #86BBAB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 187 171 -
CMYK 0.28 0 0.09 0.27
HSL 161.89º 0.28% 0.63% -
HSV(B) 161.89º 0.28% 0.73% -
XYZ 34.95 43.55 45.09 -
YUV 169.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 134 187 171 0.28 0 0.09 0.27 161.89 0.28 0.63
Hex 86 BB AB 1C 0 9 1B A2 1C 3F
Octal 206 273 253 34 0 11 33 242 34 77
Binary 10000110 10111011 10101011 11100 0 1001 11011 10100010 11100 111111

Color Harmonies of #86BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBAB

Black with #86BBAB

Text Example


Text Example

White with #86BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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