Shades of Celadon #A9DDB3
Tints of Celadon #A9DDB3
RGB
CMYK
RGB Variations
Color information
#A9DDB3 (or 0xA9DDB3) is known color: Celadon. HEX triplet: A9, DD and B3. RGB value is (169,221,179). Sum of RGB (Red+Green+Blue) = 169+221+179=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDB3 is #56224C. Grayscale: #C8C8C8. Windows color (decimal): -5644877 or 11787689. OLE color: 11787689.
HSL color Cylindrical-coordinate representation of color #A9DDB3: hue angle of 131.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDB3 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 179 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.13 |
| HSL | 131.54º | 0.43% | 0.76% | - |
| HSV(B) | 131.54º | 0.24% | 0.87% | - |
| XYZ | 50.36 | 63.4 | 52.23 | - |
| YUV | 200.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 179 | 0.24 | 0 | 0.19 | 0.13 | 131.54 | 0.43 | 0.76 |
| Hex | A9 | DD | B3 | 18 | 0 | 13 | D | 84 | 2B | 4C |
| Octal | 251 | 335 | 263 | 30 | 0 | 23 | 15 | 204 | 53 | 114 |
| Binary | 10101001 | 11011101 | 10110011 | 11000 | 0 | 10011 | 1101 | 10000100 | 101011 | 1001100 |
Color Harmonies of #A9DDB3
Complementary color
Monochromatic Colors of #A9DDB3
Black with #A9DDB3
Text Example
Text Example
White with #A9DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DDB3; }
p { color: rgb(169,221,179); }
H1.HeaderClassName
{
color: #A9DDB3;
}
.AnyTagClassName
{
color: #A9DDB3;
}
</style>
background-color css
<style>
a { background-color: #A9DDB3; }
a { background-color: rgb(169,221,179); }
div.DivClassName
{
background-color: #A9DDB3;
}
.BgClassName
{
background-color: #A9DDB3;
}
</style>
border-color css
<style>
span { border-color: #A9DDB3; }
span { border-color: rgb(169,221,179); }
td.TdClassName
{
border-color: #A9DDB3;
}
.TagClassName
{
border-color: #A9DDB3;
}
</style>