Html Css Color HEX #A1DBAE Chinook

📋 copy color: '#A1DBAE'

red 161 ◦ green 219 ◦ blue 174

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

Shades of Chinook #A1DBAE

Tints of Chinook #A1DBAE

RGB

 RED value IS 161 (63.28% from 255) = 29.06%

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

 BLUE value IS 174 (68.36% from 255) = 31.41%

R = 29.06%
G = 39.53%
B = 31.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#A1DBAE (or 0xA1DBAE) is known color: Chinook. HEX triplet: A1, DB and AE. RGB value is (161,219,174). Sum of RGB (Red+Green+Blue) = 161+219+174=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBAE is #5E2451. Grayscale: #C4C4C4. Windows color (decimal): -6169682 or 11459489. OLE color: 11459489.

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

Color convert

RGB 161 219 174 -
CMYK 0.26 0 0.21 0.14
HSL 133.45º 0.45% 0.75% -
HSV(B) 133.45º 0.26% 0.86% -
XYZ 47.67 61.3 49.36 -
YUV 196.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 161 219 174 0.26 0 0.21 0.14 133.45 0.45 0.75
Hex A1 DB AE 1A 0 15 E 85 2D 4B
Octal 241 333 256 32 0 25 16 205 55 113
Binary 10100001 11011011 10101110 11010 0 10101 1110 10000101 101101 1001011

Color Harmonies of #A1DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DBAE

Black with #A1DBAE

Text Example


Text Example

White with #A1DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DBAE; }

 p { color: rgb(161,219,174); }

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

background-color css

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

 a { background-color: rgb(161,219,174); }

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

border-color css

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

 span { border-color: rgb(161,219,174); }

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