#85ADA0

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

Shades of Sea Nymph #85ADA0

Tints of Sea Nymph #85ADA0

Color information

#85ADA0 (or 0x85ADA0) is unknown color: approx Sea Nymph. HEX triplet: 85, AD and A0. RGB value is (133,173,160). Sum of RGB (Red+Green+Blue) = 133+173+160=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #85ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ADA0 is #7A525F. Grayscale: #9F9F9F. Windows color (decimal): -8016480 or 10530181. OLE color: 10530181.

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

Color convert

RGB133173160-
CMYK0.2300.080.32
HSL160.5º19.61%60%-
HSV(B)160.5º23.12%67.84%-
XYZ30.9637.4138.85-
YUV159.56128.25109.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=28.54%
G=37.12%
B=34.33%

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
Decimal1331731600.2300.080.32160.519.6160
Hex85ADA0170820a0143c
Octal20525524027010402402474
Binary10000101101011011010000010111010001000001010000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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