Html Css Color HEX #A6DAB4 Chinook

📋 copy color: '#A6DAB4'

red 166 ◦ green 218 ◦ blue 180

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

Shades of Chinook #A6DAB4

Tints of Chinook #A6DAB4

RGB

 RED value IS 166 (65.23% from 255) = 29.43%

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

 BLUE value IS 180 (70.7% from 255) = 31.91%

R = 29.43%
G = 38.65%
B = 31.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#A6DAB4 (or 0xA6DAB4) is known color: Chinook. HEX triplet: A6, DA and B4. RGB value is (166,218,180). Sum of RGB (Red+Green+Blue) = 166+218+180=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DAB4 is #59254B. Grayscale: #C6C6C6. Windows color (decimal): -5842252 or 11852454. OLE color: 11852454.

HSL color Cylindrical-coordinate representation of color #A6DAB4: hue angle of 136.15º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DAB4 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 218 180 -
CMYK 0.24 0 0.17 0.15
HSL 136.15º 0.41% 0.75% -
HSV(B) 136.15º 0.24% 0.85% -
XYZ 49.04 61.55 52.47 -
YUV 198.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 166 218 180 0.24 0 0.17 0.15 136.15 0.41 0.75
Hex A6 DA B4 18 0 11 F 88 29 4B
Octal 246 332 264 30 0 21 17 210 51 113
Binary 10100110 11011010 10110100 11000 0 10001 1111 10001000 101001 1001011

Color Harmonies of #A6DAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DAB4

Black with #A6DAB4

Text Example


Text Example

White with #A6DAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DAB4; }

 p { color: rgb(166,218,180); }

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

background-color css

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

 a { background-color: rgb(166,218,180); }

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

border-color css

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

 span { border-color: rgb(166,218,180); }

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