Html Css Color HEX #A0DAA5 Chinook

📋 copy color: '#A0DAA5'

red 160 ◦ green 218 ◦ blue 165

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

Shades of Chinook #A0DAA5

Tints of Chinook #A0DAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.39%

R = 29.47%
G = 40.15%
B = 30.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#A0DAA5 (or 0xA0DAA5) is known color: Chinook. HEX triplet: A0, DA and A5. RGB value is (160,218,165). Sum of RGB (Red+Green+Blue) = 160+218+165=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DAA5 is #5F255A. Grayscale: #C2C2C2. Windows color (decimal): -6235483 or 10869408. OLE color: 10869408.

HSL color Cylindrical-coordinate representation of color #A0DAA5: hue angle of 125.17º 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 #A0DAA5 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 218 165 -
CMYK 0.27 0 0.24 0.15
HSL 125.17º 0.44% 0.74% -
HSV(B) 125.17º 0.27% 0.85% -
XYZ 46.36 60.33 44.8 -
YUV 194.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 160 218 165 0.27 0 0.24 0.15 125.17 0.44 0.74
Hex A0 DA A5 1B 0 18 F 7D 2C 4A
Octal 240 332 245 33 0 30 17 175 54 112
Binary 10100000 11011010 10100101 11011 0 11000 1111 1111101 101100 1001010

Color Harmonies of #A0DAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DAA5

Black with #A0DAA5

Text Example


Text Example

White with #A0DAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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