#85DCA0

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

Shades of Chinook #85DCA0

Tints of Chinook #85DCA0

Color information

#85DCA0 (or 0x85DCA0) is unknown color: approx Chinook. HEX triplet: 85, DC and A0. RGB value is (133,220,160). Sum of RGB (Red+Green+Blue) = 133+220+160=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCA0 is #7A235F. Grayscale: #BBBBBB. Windows color (decimal): -8004448 or 10542213. OLE color: 10542213.

HSL color Cylindrical-coordinate representation of color #85DCA0: hue angle of 138.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCA0 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB133220160-
CMYK0.4000.270.14
HSL138.62º55.41%69.22%-
HSV(B)138.62º39.55%86.27%-
XYZ41.6158.7142.4-
YUV187.15112.6889.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.93%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=25.93%
G=42.88%
B=31.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201600.4000.270.14138.6255.4169.22
Hex85DCA02801BE8b3745
Octal205334240500331621367105
Binary1000010111011100101000001010000110111110100010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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