Html Css Color HEX #A1DAB2 Chinook

📋 copy color: '#A1DAB2'

red 161 ◦ green 218 ◦ blue 178

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

Shades of Chinook #A1DAB2

Tints of Chinook #A1DAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.96%

R = 28.9%
G = 39.14%
B = 31.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#A1DAB2 (or 0xA1DAB2) is known color: Chinook. HEX triplet: A1, DA and B2. RGB value is (161,218,178). Sum of RGB (Red+Green+Blue) = 161+218+178=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DAB2 is #5E254D. Grayscale: #C4C4C4. Windows color (decimal): -6169934 or 11721377. OLE color: 11721377.

HSL color Cylindrical-coordinate representation of color #A1DAB2: hue angle of 137.89º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DAB2 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 218 178 -
CMYK 0.26 0 0.18 0.15
HSL 137.89º 0.44% 0.74% -
HSV(B) 137.89º 0.26% 0.85% -
XYZ 47.81 60.93 51.36 -
YUV 196.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 161 218 178 0.26 0 0.18 0.15 137.89 0.44 0.74
Hex A1 DA B2 1A 0 12 F 8A 2C 4A
Octal 241 332 262 32 0 22 17 212 54 112
Binary 10100001 11011010 10110010 11010 0 10010 1111 10001010 101100 1001010

Color Harmonies of #A1DAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAB2

Black with #A1DAB2

Text Example


Text Example

White with #A1DAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAB2; }

 p { color: rgb(161,218,178); }

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

background-color css

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

 a { background-color: rgb(161,218,178); }

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

border-color css

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

 span { border-color: rgb(161,218,178); }

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