Shades of Celadon #A9EFAF
Tints of Celadon #A9EFAF
RGB
CMYK
RGB Variations
Color information
#A9EFAF (or 0xA9EFAF) is known color: Celadon. HEX triplet: A9, EF and AF. RGB value is (169,239,175). Sum of RGB (Red+Green+Blue) = 169+239+175=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #A9EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EFAF is #561050. Grayscale: #D2D2D2. Windows color (decimal): -5640273 or 11530153. OLE color: 11530153.
HSL color Cylindrical-coordinate representation of color #A9EFAF: hue angle of 125.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EFAF is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 239 | 175 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.06 |
| HSL | 125.14º | 0.69% | 0.8% | - |
| HSV(B) | 125.14º | 0.29% | 0.94% | - |
| XYZ | 54.97 | 73.26 | 51.8 | - |
| YUV | 210.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 239 | 175 | 0.29 | 0 | 0.27 | 0.06 | 125.14 | 0.69 | 0.8 |
| Hex | A9 | EF | AF | 1D | 0 | 1B | 6 | 7D | 45 | 50 |
| Octal | 251 | 357 | 257 | 35 | 0 | 33 | 6 | 175 | 105 | 120 |
| Binary | 10101001 | 11101111 | 10101111 | 11101 | 0 | 11011 | 110 | 1111101 | 1000101 | 1010000 |
Color Harmonies of #A9EFAF
Complementary color
Monochromatic Colors of #A9EFAF
Black with #A9EFAF
Text Example
Text Example
White with #A9EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EFAF; }
p { color: rgb(169,239,175); }
H1.HeaderClassName
{
color: #A9EFAF;
}
.AnyTagClassName
{
color: #A9EFAF;
}
</style>
background-color css
<style>
a { background-color: #A9EFAF; }
a { background-color: rgb(169,239,175); }
div.DivClassName
{
background-color: #A9EFAF;
}
.BgClassName
{
background-color: #A9EFAF;
}
</style>
border-color css
<style>
span { border-color: #A9EFAF; }
span { border-color: rgb(169,239,175); }
td.TdClassName
{
border-color: #A9EFAF;
}
.TagClassName
{
border-color: #A9EFAF;
}
</style>