Html Css Color HEX #85DEA1 Chinook

📋 copy color: '#85DEA1'

red 133 ◦ green 222 ◦ blue 161

#85DEA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #85DEA1

Tints of Chinook #85DEA1

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.2%

R = 25.78%
G = 43.02%
B = 31.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#85DEA1 (or 0x85DEA1) is known color: 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

RGB 133 222 161 -
CMYK 0.40 0 0.27 0.13
HSL 138.88º 0.57% 0.7% -
HSV(B) 138.88º 0.4% 0.87% -
XYZ 42.23 59.8 43.04 -
YUV 188.44 112.51 88.46 -
System Red Green Blue C M Y K H S L
Decimal 133 222 161 0.40 0 0.27 0.13 138.88 0.57 0.7
Hex 85 DE A1 28 0 1B D 8B 39 46
Octal 205 336 241 50 0 33 15 213 71 106
Binary 10000101 11011110 10100001 101000 0 11011 1101 10001011 111001 1000110

Color Harmonies of #85DEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DEA1

Black with #85DEA1

Text Example


Text Example

White with #85DEA1

Text Example


Text Example

HTML Codes & Css Web 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>