#85AD9F

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

Shades of Sea Nymph #85AD9F

Tints of Sea Nymph #85AD9F

Color information

#85AD9F (or 0x85AD9F) is unknown color: approx Sea Nymph. HEX triplet: 85, AD and 9F. RGB value is (133,173,159). Sum of RGB (Red+Green+Blue) = 133+173+159=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AD9F is #7A5260. Grayscale: #9F9F9F. Windows color (decimal): -8016481 or 10464645. OLE color: 10464645.

HSL color Cylindrical-coordinate representation of color #85AD9F: hue angle of 159º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AD9F is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB133173159-
CMYK0.2300.080.32
HSL159º19.61%60%-
HSV(B)159º23.12%67.84%-
XYZ30.8737.3838.39-
YUV159.44127.75109.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 173 (67.97% from 255) = 37.20%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=28.60%
G=37.20%
B=34.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331731590.2300.080.3215919.6160
Hex85AD9F1708209f143c
Octal20525523727010402372474
Binary10000101101011011001111110111010001000001001111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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