Html Css Color HEX #86BBAC Sea Nymph

📋 copy color: '#86BBAC'

red 134 ◦ green 187 ◦ blue 172

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

Shades of Sea Nymph #86BBAC

Tints of Sea Nymph #86BBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.89%

R = 27.18%
G = 37.93%
B = 34.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#86BBAC (or 0x86BBAC) is known color: Sea Nymph. HEX triplet: 86, BB and AC. RGB value is (134,187,172). Sum of RGB (Red+Green+Blue) = 134+187+172=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #86BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BBAC is #794453. Grayscale: #A9A9A9. Windows color (decimal): -7947348 or 11320198. OLE color: 11320198.

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

Color convert

RGB 134 187 172 -
CMYK 0.28 0 0.08 0.27
HSL 163.02º 0.28% 0.63% -
HSV(B) 163.02º 0.28% 0.73% -
XYZ 35.05 43.59 45.6 -
YUV 169.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 134 187 172 0.28 0 0.08 0.27 163.02 0.28 0.63
Hex 86 BB AC 1C 0 8 1B A3 1C 3F
Octal 206 273 254 34 0 10 33 243 34 77
Binary 10000110 10111011 10101100 11100 0 1000 11011 10100011 11100 111111

Color Harmonies of #86BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBAC

Black with #86BBAC

Text Example


Text Example

White with #86BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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