#a1dbb0

Color #A1DBB0 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #A1DBB0

Tints of Chinook #A1DBB0

Color information

#A1DBB0 (or 0xA1DBB0) is unknown color: approx Chinook. HEX triplet: A1, DB and B0. RGB value is (161,219,176). Sum of RGB (Red+Green+Blue) = 161+219+176=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBB0 is #5E244F. Grayscale: #C4C4C4. Windows color (decimal): -6169680 or 11590561. OLE color: 11590561.

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

Color convert

RGB161219176-
CMYK0.2600.200.14
HSL135.52º44.62%74.51%-
HSV(B)135.52º26.48%85.88%-
XYZ47.8761.3750.4-
YUV196.76116.28102.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 219 (85.94% from 255) = 39.39%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=28.96%
G=39.39%
B=31.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612191760.2600.200.14135.5244.6274.51
HexA1DBB01A014E882d4b
Octal241333260320241621055113
Binary101000011101101110110000110100101001110100010001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1dbb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1dbb0; }

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

 H1.HeaderClassName
 {
   color: #a1dbb0;
 }
 .AnyTagClassName
 {
   color: #a1dbb0;
 }
</style>
background-color css

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

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

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

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

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

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