Html Css Color HEX #A0DBA8 Chinook

📋 copy color: '#A0DBA8'

red 160 ◦ green 219 ◦ blue 168

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

Shades of Chinook #A0DBA8

Tints of Chinook #A0DBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

 BLUE value IS 168 (66.02% from 255) = 30.71%

R = 29.25%
G = 40.04%
B = 30.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#A0DBA8 (or 0xA0DBA8) is known color: Chinook. HEX triplet: A0, DB and A8. RGB value is (160,219,168). Sum of RGB (Red+Green+Blue) = 160+219+168=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DBA8 is #5F2457. Grayscale: #C3C3C3. Windows color (decimal): -6235224 or 11066272. OLE color: 11066272.

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

Color convert

RGB 160 219 168 -
CMYK 0.27 0 0.23 0.14
HSL 128.14º 0.45% 0.74% -
HSV(B) 128.14º 0.27% 0.86% -
XYZ 46.9 60.96 46.34 -
YUV 195.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 160 219 168 0.27 0 0.23 0.14 128.14 0.45 0.74
Hex A0 DB A8 1B 0 17 E 80 2D 4A
Octal 240 333 250 33 0 27 16 200 55 112
Binary 10100000 11011011 10101000 11011 0 10111 1110 10000000 101101 1001010

Color Harmonies of #A0DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBA8

Black with #A0DBA8

Text Example


Text Example

White with #A0DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DBA8; }

 p { color: rgb(160,219,168); }

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

background-color css

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

 a { background-color: rgb(160,219,168); }

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

border-color css

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

 span { border-color: rgb(160,219,168); }

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