Html Css Color HEX #A0DBA6 Chinook

📋 copy color: '#A0DBA6'

red 160 ◦ green 219 ◦ blue 166

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

Shades of Chinook #A0DBA6

Tints of Chinook #A0DBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.46%

R = 29.36%
G = 40.18%
B = 30.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#A0DBA6 (or 0xA0DBA6) is known color: Chinook. HEX triplet: A0, DB and A6. RGB value is (160,219,166). Sum of RGB (Red+Green+Blue) = 160+219+166=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DBA6 is #5F2459. Grayscale: #C3C3C3. Windows color (decimal): -6235226 or 10935200. OLE color: 10935200.

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

Color convert

RGB 160 219 166 -
CMYK 0.27 0 0.24 0.14
HSL 126.1º 0.45% 0.74% -
HSV(B) 126.1º 0.27% 0.86% -
XYZ 46.71 60.89 45.37 -
YUV 195.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 160 219 166 0.27 0 0.24 0.14 126.1 0.45 0.74
Hex A0 DB A6 1B 0 18 E 7E 2D 4A
Octal 240 333 246 33 0 30 16 176 55 112
Binary 10100000 11011011 10100110 11011 0 11000 1110 1111110 101101 1001010

Color Harmonies of #A0DBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBA6

Black with #A0DBA6

Text Example


Text Example

White with #A0DBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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