Shades of Celadon #A8EDAF
Tints of Celadon #A8EDAF
RGB
CMYK
RGB Variations
Color information
#A8EDAF (or 0xA8EDAF) is known color: Celadon. HEX triplet: A8, ED and AF. RGB value is (168,237,175). Sum of RGB (Red+Green+Blue) = 168+237+175=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDAF is #571250. Grayscale: #D1D1D1. Windows color (decimal): -5706321 or 11529640. OLE color: 11529640.
HSL color Cylindrical-coordinate representation of color #A8EDAF: hue angle of 126.09º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDAF is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 175 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.07 |
| HSL | 126.09º | 0.66% | 0.79% | - |
| HSV(B) | 126.09º | 0.29% | 0.93% | - |
| XYZ | 54.17 | 71.99 | 51.6 | - |
| YUV | 209.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 175 | 0.29 | 0 | 0.26 | 0.07 | 126.09 | 0.66 | 0.79 |
| Hex | A8 | ED | AF | 1D | 0 | 1A | 7 | 7E | 42 | 4F |
| Octal | 250 | 355 | 257 | 35 | 0 | 32 | 7 | 176 | 102 | 117 |
| Binary | 10101000 | 11101101 | 10101111 | 11101 | 0 | 11010 | 111 | 1111110 | 1000010 | 1001111 |
Color Harmonies of #A8EDAF
Complementary color
Monochromatic Colors of #A8EDAF
Black with #A8EDAF
Text Example
Text Example
White with #A8EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDAF; }
p { color: rgb(168,237,175); }
H1.HeaderClassName
{
color: #A8EDAF;
}
.AnyTagClassName
{
color: #A8EDAF;
}
</style>
background-color css
<style>
a { background-color: #A8EDAF; }
a { background-color: rgb(168,237,175); }
div.DivClassName
{
background-color: #A8EDAF;
}
.BgClassName
{
background-color: #A8EDAF;
}
</style>
border-color css
<style>
span { border-color: #A8EDAF; }
span { border-color: rgb(168,237,175); }
td.TdClassName
{
border-color: #A8EDAF;
}
.TagClassName
{
border-color: #A8EDAF;
}
</style>