Html Css Color HEX #A0DCAB Chinook

📋 copy color: '#A0DCAB'

red 160 ◦ green 220 ◦ blue 171

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

Shades of Chinook #A0DCAB

Tints of Chinook #A0DCAB

RGB

 RED value IS 160 (62.89% from 255) = 29.04%

 GREEN value IS 220 (86.33% from 255) = 39.93%

 BLUE value IS 171 (67.19% from 255) = 31.03%

R = 29.04%
G = 39.93%
B = 31.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#A0DCAB (or 0xA0DCAB) is known color: Chinook. HEX triplet: A0, DC and AB. RGB value is (160,220,171). Sum of RGB (Red+Green+Blue) = 160+220+171=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DCAB is #5F2354. Grayscale: #C4C4C4. Windows color (decimal): -6234965 or 11263136. OLE color: 11263136.

HSL color Cylindrical-coordinate representation of color #A0DCAB: hue angle of 131º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCAB is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 171 -
CMYK 0.27 0 0.22 0.14
HSL 131º 0.46% 0.75% -
HSV(B) 131º 0.27% 0.86% -
XYZ 47.44 61.6 47.92 -
YUV 196.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 160 220 171 0.27 0 0.22 0.14 131 0.46 0.75
Hex A0 DC AB 1B 0 16 E 83 2E 4B
Octal 240 334 253 33 0 26 16 203 56 113
Binary 10100000 11011100 10101011 11011 0 10110 1110 10000011 101110 1001011

Color Harmonies of #A0DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCAB

Black with #A0DCAB

Text Example


Text Example

White with #A0DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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