Shades of Celadon #A9EBAF
Tints of Celadon #A9EBAF
RGB
CMYK
RGB Variations
Color information
#A9EBAF (or 0xA9EBAF) is known color: Celadon. HEX triplet: A9, EB and AF. RGB value is (169,235,175). Sum of RGB (Red+Green+Blue) = 169+235+175=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EBAF is #561450. Grayscale: #D0D0D0. Windows color (decimal): -5641297 or 11529129. OLE color: 11529129.
HSL color Cylindrical-coordinate representation of color #A9EBAF: hue angle of 125.45º degrees, saturation: 0.62, 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 #A9EBAF is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 235 | 175 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.08 |
| HSL | 125.45º | 0.62% | 0.79% | - |
| HSV(B) | 125.45º | 0.28% | 0.92% | - |
| XYZ | 53.81 | 70.95 | 51.42 | - |
| YUV | 208.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 235 | 175 | 0.28 | 0 | 0.26 | 0.08 | 125.45 | 0.62 | 0.79 |
| Hex | A9 | EB | AF | 1C | 0 | 1A | 8 | 7D | 3E | 4F |
| Octal | 251 | 353 | 257 | 34 | 0 | 32 | 10 | 175 | 76 | 117 |
| Binary | 10101001 | 11101011 | 10101111 | 11100 | 0 | 11010 | 1000 | 1111101 | 111110 | 1001111 |
Color Harmonies of #A9EBAF
Complementary color
Monochromatic Colors of #A9EBAF
Black with #A9EBAF
Text Example
Text Example
White with #A9EBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EBAF; }
p { color: rgb(169,235,175); }
H1.HeaderClassName
{
color: #A9EBAF;
}
.AnyTagClassName
{
color: #A9EBAF;
}
</style>
background-color css
<style>
a { background-color: #A9EBAF; }
a { background-color: rgb(169,235,175); }
div.DivClassName
{
background-color: #A9EBAF;
}
.BgClassName
{
background-color: #A9EBAF;
}
</style>
border-color css
<style>
span { border-color: #A9EBAF; }
span { border-color: rgb(169,235,175); }
td.TdClassName
{
border-color: #A9EBAF;
}
.TagClassName
{
border-color: #A9EBAF;
}
</style>