#85B2AD

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

Shades of Sea Nymph #85B2AD

Tints of Sea Nymph #85B2AD

Color information

#85B2AD (or 0x85B2AD) is unknown color: approx Sea Nymph. HEX triplet: 85, B2 and AD. RGB value is (133,178,173). Sum of RGB (Red+Green+Blue) = 133+178+173=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #85B2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85B2AD is #7A4D52. Grayscale: #A3A3A3. Windows color (decimal): -8015187 or 11383429. OLE color: 11383429.

HSL color Cylindrical-coordinate representation of color #85B2AD: hue angle of 173.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85B2AD is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB133178173-
CMYK0.2500.030.30
HSL173.33º22.61%60.98%-
HSV(B)173.33º25.28%69.8%-
XYZ33.1439.8445.48-
YUV163.98133.09105.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.48%
GREEN value IS 178 (69.92% from 255) = 36.78%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=27.48%
G=36.78%
B=35.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331781730.2500.030.30173.3322.6160.98
Hex85B2AD19031Ead173d
Octal2052622553103362552775
Binary10000101101100101010110111001011111101010110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,178,173); }

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

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

 a { background-color: rgb(133,178,173); }

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

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

 span { border-color: rgb(133,178,173); }

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