Shades of Celadon #A9DCB2
Tints of Celadon #A9DCB2
RGB
CMYK
RGB Variations
Color information
#A9DCB2 (or 0xA9DCB2) is known color: Celadon. HEX triplet: A9, DC and B2. RGB value is (169,220,178). Sum of RGB (Red+Green+Blue) = 169+220+178=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DCB2 is #56234D. Grayscale: #C8C8C8. Windows color (decimal): -5645134 or 11721897. OLE color: 11721897.
HSL color Cylindrical-coordinate representation of color #A9DCB2: hue angle of 130.59º degrees, saturation: 0.42, 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 #A9DCB2 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 178 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.14 |
| HSL | 130.59º | 0.42% | 0.76% | - |
| HSV(B) | 130.59º | 0.23% | 0.86% | - |
| XYZ | 49.99 | 62.84 | 51.61 | - |
| YUV | 199.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 178 | 0.23 | 0 | 0.19 | 0.14 | 130.59 | 0.42 | 0.76 |
| Hex | A9 | DC | B2 | 17 | 0 | 13 | E | 83 | 2A | 4C |
| Octal | 251 | 334 | 262 | 27 | 0 | 23 | 16 | 203 | 52 | 114 |
| Binary | 10101001 | 11011100 | 10110010 | 10111 | 0 | 10011 | 1110 | 10000011 | 101010 | 1001100 |
Color Harmonies of #A9DCB2
Complementary color
Monochromatic Colors of #A9DCB2
Black with #A9DCB2
Text Example
Text Example
White with #A9DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCB2; }
p { color: rgb(169,220,178); }
H1.HeaderClassName
{
color: #A9DCB2;
}
.AnyTagClassName
{
color: #A9DCB2;
}
</style>
background-color css
<style>
a { background-color: #A9DCB2; }
a { background-color: rgb(169,220,178); }
div.DivClassName
{
background-color: #A9DCB2;
}
.BgClassName
{
background-color: #A9DCB2;
}
</style>
border-color css
<style>
span { border-color: #A9DCB2; }
span { border-color: rgb(169,220,178); }
td.TdClassName
{
border-color: #A9DCB2;
}
.TagClassName
{
border-color: #A9DCB2;
}
</style>