#85B9AE

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

Shades of Sea Nymph #85B9AE

Tints of Sea Nymph #85B9AE

Color information

#85B9AE (or 0x85B9AE) is unknown color: approx Sea Nymph. HEX triplet: 85, B9 and AE. RGB value is (133,185,174). Sum of RGB (Red+Green+Blue) = 133+185+174=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #85B9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B9AE is #7A4651. Grayscale: #A8A8A8. Windows color (decimal): -8013394 or 11450757. OLE color: 11450757.

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

Color convert

RGB133185174-
CMYK0.2800.060.27
HSL167.31º27.08%62.35%-
HSV(B)167.31º28.11%72.55%-
XYZ34.6642.7446.47-
YUV168.2131.27102.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=27.03%
G=37.60%
B=35.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331851740.2800.060.27167.3127.0862.35
Hex85B9AE1C061Ba71b3e
Octal2052712563406332473376
Binary100001011011100110101110111000110110111010011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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