Shades of Celadon #A8E8AF
Tints of Celadon #A8E8AF
RGB
CMYK
RGB Variations
Color information
#A8E8AF (or 0xA8E8AF) is known color: Celadon. HEX triplet: A8, E8 and AF. RGB value is (168,232,175). Sum of RGB (Red+Green+Blue) = 168+232+175=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E8AF is #571750. Grayscale: #CECECE. Windows color (decimal): -5707601 or 11528360. OLE color: 11528360.
HSL color Cylindrical-coordinate representation of color #A8E8AF: hue angle of 126.56º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8E8AF is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 232 | 175 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.09 |
| HSL | 126.56º | 0.58% | 0.78% | - |
| HSV(B) | 126.56º | 0.28% | 0.91% | - |
| XYZ | 52.74 | 69.13 | 51.12 | - |
| YUV | 206.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 175 | 0.28 | 0 | 0.25 | 0.09 | 126.56 | 0.58 | 0.78 |
| Hex | A8 | E8 | AF | 1C | 0 | 19 | 9 | 7F | 3A | 4E |
| Octal | 250 | 350 | 257 | 34 | 0 | 31 | 11 | 177 | 72 | 116 |
| Binary | 10101000 | 11101000 | 10101111 | 11100 | 0 | 11001 | 1001 | 1111111 | 111010 | 1001110 |
Color Harmonies of #A8E8AF
Complementary color
Monochromatic Colors of #A8E8AF
Black with #A8E8AF
Text Example
Text Example
White with #A8E8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E8AF; }
p { color: rgb(168,232,175); }
H1.HeaderClassName
{
color: #A8E8AF;
}
.AnyTagClassName
{
color: #A8E8AF;
}
</style>
background-color css
<style>
a { background-color: #A8E8AF; }
a { background-color: rgb(168,232,175); }
div.DivClassName
{
background-color: #A8E8AF;
}
.BgClassName
{
background-color: #A8E8AF;
}
</style>
border-color css
<style>
span { border-color: #A8E8AF; }
span { border-color: rgb(168,232,175); }
td.TdClassName
{
border-color: #A8E8AF;
}
.TagClassName
{
border-color: #A8E8AF;
}
</style>