#85B5AB

Color #85B5AB Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #85B5AB

Tints of Sea Nymph #85B5AB

Color information

#85B5AB (or 0x85B5AB) is unknown color: approx Sea Nymph. HEX triplet: 85, B5 and AB. RGB value is (133,181,171). Sum of RGB (Red+Green+Blue) = 133+181+171=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #85B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B5AB is #7A4A54. Grayscale: #A5A5A5. Windows color (decimal): -8014421 or 11253125. OLE color: 11253125.

HSL color Cylindrical-coordinate representation of color #85B5AB: hue angle of 167.5º 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 #85B5AB is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB133181171-
CMYK0.2700.060.29
HSL167.5º24.49%61.57%-
HSV(B)167.5º26.52%70.98%-
XYZ33.5540.9744.67-
YUV165.51131.1104.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=27.42%
G=37.32%
B=35.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331811710.2700.060.29167.524.4961.57
Hex85B5AB1B061Da8183e
Octal2052652533306352503076
Binary100001011011010110101011110110110111011010100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85B5AB;
 }
 .AnyTagClassName
 {
   color: #85B5AB;
 }
</style>
background-color css

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

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

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

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

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

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