Shades of Celadon #A8EEA7
Tints of Celadon #A8EEA7
RGB
CMYK
RGB Variations
Color information
#A8EEA7 (or 0xA8EEA7) is known color: Celadon. HEX triplet: A8, EE and A7. RGB value is (168,238,167). Sum of RGB (Red+Green+Blue) = 168+238+167=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EEA7 is #571158. Grayscale: #D1D1D1. Windows color (decimal): -5706073 or 11005608. OLE color: 11005608.
HSL color Cylindrical-coordinate representation of color #A8EEA7: hue angle of 119.15º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EEA7 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 167 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.07 |
| HSL | 119.15º | 0.68% | 0.79% | - |
| HSV(B) | 119.15º | 0.3% | 0.93% | - |
| XYZ | 53.7 | 72.26 | 47.68 | - |
| YUV | 208.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 167 | 0.29 | 0 | 0.30 | 0.07 | 119.15 | 0.68 | 0.79 |
| Hex | A8 | EE | A7 | 1D | 0 | 1E | 7 | 77 | 44 | 4F |
| Octal | 250 | 356 | 247 | 35 | 0 | 36 | 7 | 167 | 104 | 117 |
| Binary | 10101000 | 11101110 | 10100111 | 11101 | 0 | 11110 | 111 | 1110111 | 1000100 | 1001111 |
Color Harmonies of #A8EEA7
Complementary color
Monochromatic Colors of #A8EEA7
Black with #A8EEA7
Text Example
Text Example
White with #A8EEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEA7; }
p { color: rgb(168,238,167); }
H1.HeaderClassName
{
color: #A8EEA7;
}
.AnyTagClassName
{
color: #A8EEA7;
}
</style>
background-color css
<style>
a { background-color: #A8EEA7; }
a { background-color: rgb(168,238,167); }
div.DivClassName
{
background-color: #A8EEA7;
}
.BgClassName
{
background-color: #A8EEA7;
}
</style>
border-color css
<style>
span { border-color: #A8EEA7; }
span { border-color: rgb(168,238,167); }
td.TdClassName
{
border-color: #A8EEA7;
}
.TagClassName
{
border-color: #A8EEA7;
}
</style>