Html Css Color HEX #86B3AA Sea Nymph

📋 copy color: '#86B3AA'

red 134 ◦ green 179 ◦ blue 170

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

Shades of Sea Nymph #86B3AA

Tints of Sea Nymph #86B3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

 BLUE value IS 170 (66.8% from 255) = 35.2%

R = 27.74%
G = 37.06%
B = 35.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#86B3AA (or 0x86B3AA) is known color: Sea Nymph. HEX triplet: 86, B3 and AA. RGB value is (134,179,170). Sum of RGB (Red+Green+Blue) = 134+179+170=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #86B3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B3AA is #794C55. Grayscale: #A4A4A4. Windows color (decimal): -7949398 or 11187078. OLE color: 11187078.

HSL color Cylindrical-coordinate representation of color #86B3AA: hue angle of 168º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B3AA is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 170 -
CMYK 0.25 0 0.05 0.30
HSL 168º 0.23% 0.61% -
HSV(B) 168º 0.25% 0.7% -
XYZ 33.21 40.21 44.04 -
YUV 164.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 134 179 170 0.25 0 0.05 0.30 168 0.23 0.61
Hex 86 B3 AA 19 0 5 1E A8 17 3D
Octal 206 263 252 31 0 5 36 250 27 75
Binary 10000110 10110011 10101010 11001 0 101 11110 10101000 10111 111101

Color Harmonies of #86B3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B3AA

Black with #86B3AA

Text Example


Text Example

White with #86B3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,179,170); }

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

background-color css

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

 a { background-color: rgb(134,179,170); }

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

border-color css

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

 span { border-color: rgb(134,179,170); }

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