Html Css Color HEX #86B5AA Sea Nymph

📋 copy color: '#86B5AA'

red 134 ◦ green 181 ◦ blue 170

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

Shades of Sea Nymph #86B5AA

Tints of Sea Nymph #86B5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.32%

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

R = 27.63%
G = 37.32%
B = 35.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#86B5AA (or 0x86B5AA) is known color: Sea Nymph. HEX triplet: 86, B5 and AA. RGB value is (134,181,170). Sum of RGB (Red+Green+Blue) = 134+181+170=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #86B5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B5AA is #794A55. Grayscale: #A5A5A5. Windows color (decimal): -7948886 or 11187590. OLE color: 11187590.

HSL color Cylindrical-coordinate representation of color #86B5AA: hue angle of 165.96º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B5AA is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 181 170 -
CMYK 0.26 0 0.06 0.29
HSL 165.96º 0.24% 0.62% -
HSV(B) 165.96º 0.26% 0.71% -
XYZ 33.61 41.02 44.18 -
YUV 165.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 134 181 170 0.26 0 0.06 0.29 165.96 0.24 0.62
Hex 86 B5 AA 1A 0 6 1D A6 18 3E
Octal 206 265 252 32 0 6 35 246 30 76
Binary 10000110 10110101 10101010 11010 0 110 11101 10100110 11000 111110

Color Harmonies of #86B5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B5AA

Black with #86B5AA

Text Example


Text Example

White with #86B5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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