Shades of Celadon #A9DBB2
Tints of Celadon #A9DBB2
RGB
CMYK
RGB Variations
Color information
#A9DBB2 (or 0xA9DBB2) is known color: Celadon. HEX triplet: A9, DB and B2. RGB value is (169,219,178). Sum of RGB (Red+Green+Blue) = 169+219+178=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DBB2 is #56244D. Grayscale: #C7C7C7. Windows color (decimal): -5645390 or 11721641. OLE color: 11721641.
HSL color Cylindrical-coordinate representation of color #A9DBB2: hue angle of 130.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DBB2 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 178 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.14 |
| HSL | 130.8º | 0.41% | 0.76% | - |
| HSV(B) | 130.8º | 0.23% | 0.86% | - |
| XYZ | 49.73 | 62.31 | 51.53 | - |
| YUV | 199.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 178 | 0.23 | 0 | 0.19 | 0.14 | 130.8 | 0.41 | 0.76 |
| Hex | A9 | DB | B2 | 17 | 0 | 13 | E | 83 | 29 | 4C |
| Octal | 251 | 333 | 262 | 27 | 0 | 23 | 16 | 203 | 51 | 114 |
| Binary | 10101001 | 11011011 | 10110010 | 10111 | 0 | 10011 | 1110 | 10000011 | 101001 | 1001100 |
Color Harmonies of #A9DBB2
Complementary color
Monochromatic Colors of #A9DBB2
Black with #A9DBB2
Text Example
Text Example
White with #A9DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBB2; }
p { color: rgb(169,219,178); }
H1.HeaderClassName
{
color: #A9DBB2;
}
.AnyTagClassName
{
color: #A9DBB2;
}
</style>
background-color css
<style>
a { background-color: #A9DBB2; }
a { background-color: rgb(169,219,178); }
div.DivClassName
{
background-color: #A9DBB2;
}
.BgClassName
{
background-color: #A9DBB2;
}
</style>
border-color css
<style>
span { border-color: #A9DBB2; }
span { border-color: rgb(169,219,178); }
td.TdClassName
{
border-color: #A9DBB2;
}
.TagClassName
{
border-color: #A9DBB2;
}
</style>