#A9DAB3

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

Shades of Celadon #A9DAB3

Tints of Celadon #A9DAB3

Color information

#A9DAB3 (or 0xA9DAB3) is unknown color: approx Celadon. HEX triplet: A9, DA and B3. RGB value is (169,218,179). Sum of RGB (Red+Green+Blue) = 169+218+179=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DAB3 is #56254C. Grayscale: #C7C7C7. Windows color (decimal): -5645645 or 11786921. OLE color: 11786921.

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

Color convert

RGB169218179-
CMYK0.2200.180.15
HSL132.24º39.84%75.88%-
HSV(B)132.24º22.48%85.49%-
XYZ49.5761.8351.97-
YUV198.9116.77106.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.86%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 179 (70.31% from 255) = 31.63%
R=29.86%
G=38.52%
B=31.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692181790.2200.180.15132.2439.8475.88
HexA9DAB316012F84284c
Octal251332263260221720450114
Binary101010011101101010110011101100100101111100001001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DAB3; }

 p { color: rgb(169,218,179); }

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

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

 a { background-color: rgb(169,218,179); }

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

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

 span { border-color: rgb(169,218,179); }

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