Shades of Celadon #A8EFAA
Tints of Celadon #A8EFAA
RGB
CMYK
RGB Variations
Color information
#A8EFAA (or 0xA8EFAA) is known color: Celadon. HEX triplet: A8, EF and AA. RGB value is (168,239,170). Sum of RGB (Red+Green+Blue) = 168+239+170=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EFAA is #571055. Grayscale: #D2D2D2. Windows color (decimal): -5705814 or 11202472. OLE color: 11202472.
HSL color Cylindrical-coordinate representation of color #A8EFAA: hue angle of 121.69º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EFAA is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 170 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.06 |
| HSL | 121.69º | 0.69% | 0.8% | - |
| HSV(B) | 121.69º | 0.3% | 0.94% | - |
| XYZ | 54.27 | 72.96 | 49.25 | - |
| YUV | 209.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 170 | 0.30 | 0 | 0.29 | 0.06 | 121.69 | 0.69 | 0.8 |
| Hex | A8 | EF | AA | 1E | 0 | 1D | 6 | 7A | 45 | 50 |
| Octal | 250 | 357 | 252 | 36 | 0 | 35 | 6 | 172 | 105 | 120 |
| Binary | 10101000 | 11101111 | 10101010 | 11110 | 0 | 11101 | 110 | 1111010 | 1000101 | 1010000 |
Color Harmonies of #A8EFAA
Complementary color
Monochromatic Colors of #A8EFAA
Black with #A8EFAA
Text Example
Text Example
White with #A8EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFAA; }
p { color: rgb(168,239,170); }
H1.HeaderClassName
{
color: #A8EFAA;
}
.AnyTagClassName
{
color: #A8EFAA;
}
</style>
background-color css
<style>
a { background-color: #A8EFAA; }
a { background-color: rgb(168,239,170); }
div.DivClassName
{
background-color: #A8EFAA;
}
.BgClassName
{
background-color: #A8EFAA;
}
</style>
border-color css
<style>
span { border-color: #A8EFAA; }
span { border-color: rgb(168,239,170); }
td.TdClassName
{
border-color: #A8EFAA;
}
.TagClassName
{
border-color: #A8EFAA;
}
</style>