Html Css Color HEX #A0DAAA Chinook

📋 copy color: '#A0DAAA'

red 160 ◦ green 218 ◦ blue 170

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

Shades of Chinook #A0DAAA

Tints of Chinook #A0DAAA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.78%

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 29.2%
G = 39.78%
B = 31.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#A0DAAA (or 0xA0DAAA) is known color: Chinook. HEX triplet: A0, DA and AA. RGB value is (160,218,170). Sum of RGB (Red+Green+Blue) = 160+218+170=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DAAA is #5F2555. Grayscale: #C3C3C3. Windows color (decimal): -6235478 or 11197088. OLE color: 11197088.

HSL color Cylindrical-coordinate representation of color #A0DAAA: hue angle of 130.34º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DAAA is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 218 170 -
CMYK 0.27 0 0.22 0.15
HSL 130.34º 0.44% 0.74% -
HSV(B) 130.34º 0.27% 0.85% -
XYZ 46.82 60.52 47.24 -
YUV 195.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 160 218 170 0.27 0 0.22 0.15 130.34 0.44 0.74
Hex A0 DA AA 1B 0 16 F 82 2C 4A
Octal 240 332 252 33 0 26 17 202 54 112
Binary 10100000 11011010 10101010 11011 0 10110 1111 10000010 101100 1001010

Color Harmonies of #A0DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DAAA

Black with #A0DAAA

Text Example


Text Example

White with #A0DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DAAA; }

 p { color: rgb(160,218,170); }

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

background-color css

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

 a { background-color: rgb(160,218,170); }

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

border-color css

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

 span { border-color: rgb(160,218,170); }

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