#85DA9A

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

Shades of Chinook #85DA9A

Tints of Chinook #85DA9A

Color information

#85DA9A (or 0x85DA9A) is unknown color: approx Chinook. HEX triplet: 85, DA and 9A. RGB value is (133,218,154). Sum of RGB (Red+Green+Blue) = 133+218+154=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DA9A is #7A2565. Grayscale: #B9B9B9. Windows color (decimal): -8004966 or 10148485. OLE color: 10148485.

HSL color Cylindrical-coordinate representation of color #85DA9A: hue angle of 134.82º 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 #85DA9A is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB133218154-
CMYK0.3900.290.15
HSL134.82º53.46%68.82%-
HSV(B)134.82º38.99%85.49%-
XYZ40.5857.4639.52-
YUV185.29110.3490.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.34%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=26.34%
G=43.17%
B=30.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181540.3900.290.15134.8253.4668.82
Hex85DA9A2701DF873545
Octal205332232470351720765105
Binary1000010111011010100110101001110111011111100001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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