#85AD9E

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

Shades of Sea Nymph #85AD9E

Tints of Sea Nymph #85AD9E

Color information

#85AD9E (or 0x85AD9E) is unknown color: approx Sea Nymph. HEX triplet: 85, AD and 9E. RGB value is (133,173,158). Sum of RGB (Red+Green+Blue) = 133+173+158=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AD9E is #7A5261. Grayscale: #9F9F9F. Windows color (decimal): -8016482 or 10399109. OLE color: 10399109.

HSL color Cylindrical-coordinate representation of color #85AD9E: hue angle of 157.5º 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 #85AD9E is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB133173158-
CMYK0.2300.090.32
HSL157.5º19.61%60%-
HSV(B)157.5º23.12%67.84%-
XYZ30.7937.3437.93-
YUV159.33127.25109.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=28.66%
G=37.28%
B=34.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331731580.2300.090.32157.519.6160
Hex85AD9E1709209d143c
Octal20525523627011402352474
Binary10000101101011011001111010111010011000001001110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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