Shades of Celadon #A9EAAF
Tints of Celadon #A9EAAF
RGB
CMYK
RGB Variations
Color information
#A9EAAF (or 0xA9EAAF) is known color: Celadon. HEX triplet: A9, EA and AF. RGB value is (169,234,175). Sum of RGB (Red+Green+Blue) = 169+234+175=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EAAF is #561550. Grayscale: #D0D0D0. Windows color (decimal): -5641553 or 11528873. OLE color: 11528873.
HSL color Cylindrical-coordinate representation of color #A9EAAF: hue angle of 125.54º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EAAF is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 234 | 175 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.08 |
| HSL | 125.54º | 0.61% | 0.79% | - |
| HSV(B) | 125.54º | 0.28% | 0.92% | - |
| XYZ | 53.52 | 70.38 | 51.32 | - |
| YUV | 207.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 234 | 175 | 0.28 | 0 | 0.25 | 0.08 | 125.54 | 0.61 | 0.79 |
| Hex | A9 | EA | AF | 1C | 0 | 19 | 8 | 7E | 3D | 4F |
| Octal | 251 | 352 | 257 | 34 | 0 | 31 | 10 | 176 | 75 | 117 |
| Binary | 10101001 | 11101010 | 10101111 | 11100 | 0 | 11001 | 1000 | 1111110 | 111101 | 1001111 |
Color Harmonies of #A9EAAF
Complementary color
Monochromatic Colors of #A9EAAF
Black with #A9EAAF
Text Example
Text Example
White with #A9EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EAAF; }
p { color: rgb(169,234,175); }
H1.HeaderClassName
{
color: #A9EAAF;
}
.AnyTagClassName
{
color: #A9EAAF;
}
</style>
background-color css
<style>
a { background-color: #A9EAAF; }
a { background-color: rgb(169,234,175); }
div.DivClassName
{
background-color: #A9EAAF;
}
.BgClassName
{
background-color: #A9EAAF;
}
</style>
border-color css
<style>
span { border-color: #A9EAAF; }
span { border-color: rgb(169,234,175); }
td.TdClassName
{
border-color: #A9EAAF;
}
.TagClassName
{
border-color: #A9EAAF;
}
</style>