#85B5AE

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

Shades of Sea Nymph #85B5AE

Tints of Sea Nymph #85B5AE

Color information

#85B5AE (or 0x85B5AE) is unknown color: approx Sea Nymph. HEX triplet: 85, B5 and AE. RGB value is (133,181,174). Sum of RGB (Red+Green+Blue) = 133+181+174=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #85B5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B5AE is #7A4A51. Grayscale: #A5A5A5. Windows color (decimal): -8014418 or 11449733. OLE color: 11449733.

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

Color convert

RGB133181174-
CMYK0.2700.040.29
HSL171.25º24.49%61.57%-
HSV(B)171.25º26.52%70.98%-
XYZ33.8441.0946.19-
YUV165.85132.6104.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=27.25%
G=37.09%
B=35.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331811740.2700.040.29171.2524.4961.57
Hex85B5AE1B041Dab183e
Octal2052652563304352533076
Binary100001011011010110101110110110100111011010101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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