#85DAA0

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

Shades of Chinook #85DAA0

Tints of Chinook #85DAA0

Color information

#85DAA0 (or 0x85DAA0) is unknown color: approx Chinook. HEX triplet: 85, DA and A0. RGB value is (133,218,160). Sum of RGB (Red+Green+Blue) = 133+218+160=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAA0 is #7A255F. Grayscale: #BABABA. Windows color (decimal): -8004960 or 10541701. OLE color: 10541701.

HSL color Cylindrical-coordinate representation of color #85DAA0: hue angle of 139.06º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DAA0 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB133218160-
CMYK0.3900.270.15
HSL139.06º53.46%68.82%-
HSV(B)139.06º38.99%85.49%-
XYZ41.0957.6742.22-
YUV185.97113.3490.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.03%
GREEN value IS 218 (85.55% from 255) = 42.66%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=26.03%
G=42.66%
B=31.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181600.3900.270.15139.0653.4668.82
Hex85DAA02701BF8b3545
Octal205332240470331721365105
Binary1000010111011010101000001001110110111111100010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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