#85DEA1

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

Shades of Chinook #85DEA1

Tints of Chinook #85DEA1

Color information

#85DEA1 (or 0x85DEA1) is unknown color: approx Chinook. HEX triplet: 85, DE and A1. RGB value is (133,222,161). Sum of RGB (Red+Green+Blue) = 133+222+161=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DEA1 is #7A215E. Grayscale: #BCBCBC. Windows color (decimal): -8003935 or 10608261. OLE color: 10608261.

HSL color Cylindrical-coordinate representation of color #85DEA1: hue angle of 138.88º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DEA1 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB133222161-
CMYK0.4000.270.13
HSL138.88º57.42%69.61%-
HSV(B)138.88º40.09%87.06%-
XYZ42.2359.843.04-
YUV188.44112.5188.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.78%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 161 (63.28% from 255) = 31.20%
R=25.78%
G=43.02%
B=31.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221610.4000.270.13138.8857.4269.61
Hex85DEA12801BD8b3946
Octal205336241500331521371106
Binary1000010111011110101000011010000110111101100010111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,222,161); }

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

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

 a { background-color: rgb(133,222,161); }

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

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

 span { border-color: rgb(133,222,161); }

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