Html Css Color HEX #85DDA1 Chinook

📋 copy color: '#85DDA1'

red 133 ◦ green 221 ◦ blue 161

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

Shades of Chinook #85DDA1

Tints of Chinook #85DDA1

RGB

 RED value IS 133 (52.34% from 255) = 25.83%

 GREEN value IS 221 (86.72% from 255) = 42.91%

 BLUE value IS 161 (63.28% from 255) = 31.26%

R = 25.83%
G = 42.91%
B = 31.26%

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

#85DDA1 (or 0x85DDA1) is known color: Chinook. HEX triplet: 85, DD and A1. RGB value is (133,221,161). Sum of RGB (Red+Green+Blue) = 133+221+161=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDA1 is #7A225E. Grayscale: #BCBCBC. Windows color (decimal): -8004191 or 10608005. OLE color: 10608005.

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

Color convert

RGB 133 221 161 -
CMYK 0.40 0 0.27 0.13
HSL 139.09º 0.56% 0.69% -
HSV(B) 139.09º 0.4% 0.87% -
XYZ 41.96 59.27 42.95 -
YUV 187.85 112.85 88.88 -
System Red Green Blue C M Y K H S L
Decimal 133 221 161 0.40 0 0.27 0.13 139.09 0.56 0.69
Hex 85 DD A1 28 0 1B D 8B 38 45
Octal 205 335 241 50 0 33 15 213 70 105
Binary 10000101 11011101 10100001 101000 0 11011 1101 10001011 111000 1000101

Color Harmonies of #85DDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDA1

Black with #85DDA1

Text Example


Text Example

White with #85DDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85DDA1;
 }
 .AnyTagClassName
 {
   color: #85DDA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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