Html Css Color HEX #85B5AA Sea Nymph

📋 copy color: '#85B5AA'

red 133 ◦ green 181 ◦ blue 170

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

Shades of Sea Nymph #85B5AA

Tints of Sea Nymph #85B5AA

RGB

 RED value IS 133 (52.34% from 255) = 27.48%

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

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

R = 27.48%
G = 37.4%
B = 35.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#85B5AA (or 0x85B5AA) is known color: Sea Nymph. HEX triplet: 85, B5 and AA. RGB value is (133,181,170). Sum of RGB (Red+Green+Blue) = 133+181+170=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #85B5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B5AA is #7A4A55. Grayscale: #A5A5A5. Windows color (decimal): -8014422 or 11187589. OLE color: 11187589.

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

Color convert

RGB 133 181 170 -
CMYK 0.27 0 0.06 0.29
HSL 166.25º 0.24% 0.62% -
HSV(B) 166.25º 0.27% 0.71% -
XYZ 33.45 40.94 44.17 -
YUV 165.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 133 181 170 0.27 0 0.06 0.29 166.25 0.24 0.62
Hex 85 B5 AA 1B 0 6 1D A6 18 3E
Octal 205 265 252 33 0 6 35 246 30 76
Binary 10000101 10110101 10101010 11011 0 110 11101 10100110 11000 111110

Color Harmonies of #85B5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B5AA

Black with #85B5AA

Text Example


Text Example

White with #85B5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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