Shades of Celadon #A8EEAA
Tints of Celadon #A8EEAA
RGB
CMYK
RGB Variations
Color information
#A8EEAA (or 0xA8EEAA) is known color: Celadon. HEX triplet: A8, EE and AA. RGB value is (168,238,170). Sum of RGB (Red+Green+Blue) = 168+238+170=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EEAA is #571155. Grayscale: #D1D1D1. Windows color (decimal): -5706070 or 11202216. OLE color: 11202216.
HSL color Cylindrical-coordinate representation of color #A8EEAA: hue angle of 121.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEAA is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 170 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.07 |
| HSL | 121.71º | 0.67% | 0.8% | - |
| HSV(B) | 121.71º | 0.29% | 0.93% | - |
| XYZ | 53.98 | 72.38 | 49.16 | - |
| YUV | 209.32 | 105.81 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 170 | 0.29 | 0 | 0.29 | 0.07 | 121.71 | 0.67 | 0.8 |
| Hex | A8 | EE | AA | 1D | 0 | 1D | 7 | 7A | 43 | 50 |
| Octal | 250 | 356 | 252 | 35 | 0 | 35 | 7 | 172 | 103 | 120 |
| Binary | 10101000 | 11101110 | 10101010 | 11101 | 0 | 11101 | 111 | 1111010 | 1000011 | 1010000 |
Color Harmonies of #A8EEAA
Complementary color
Monochromatic Colors of #A8EEAA
Black with #A8EEAA
Text Example
Text Example
White with #A8EEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEAA; }
p { color: rgb(168,238,170); }
H1.HeaderClassName
{
color: #A8EEAA;
}
.AnyTagClassName
{
color: #A8EEAA;
}
</style>
background-color css
<style>
a { background-color: #A8EEAA; }
a { background-color: rgb(168,238,170); }
div.DivClassName
{
background-color: #A8EEAA;
}
.BgClassName
{
background-color: #A8EEAA;
}
</style>
border-color css
<style>
span { border-color: #A8EEAA; }
span { border-color: rgb(168,238,170); }
td.TdClassName
{
border-color: #A8EEAA;
}
.TagClassName
{
border-color: #A8EEAA;
}
</style>