Shades of Celadon #A8EAAB
Tints of Celadon #A8EAAB
RGB
CMYK
RGB Variations
Color information
#A8EAAB (or 0xA8EAAB) is known color: Celadon. HEX triplet: A8, EA and AB. RGB value is (168,234,171). Sum of RGB (Red+Green+Blue) = 168+234+171=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EAAB is #571554. Grayscale: #CFCFCF. Windows color (decimal): -5707093 or 11266728. OLE color: 11266728.
HSL color Cylindrical-coordinate representation of color #A8EAAB: hue angle of 122.73º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EAAB is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 171 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.08 |
| HSL | 122.73º | 0.61% | 0.79% | - |
| HSV(B) | 122.73º | 0.28% | 0.92% | - |
| XYZ | 52.92 | 70.11 | 49.27 | - |
| YUV | 207.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 171 | 0.28 | 0 | 0.27 | 0.08 | 122.73 | 0.61 | 0.79 |
| Hex | A8 | EA | AB | 1C | 0 | 1B | 8 | 7B | 3D | 4F |
| Octal | 250 | 352 | 253 | 34 | 0 | 33 | 10 | 173 | 75 | 117 |
| Binary | 10101000 | 11101010 | 10101011 | 11100 | 0 | 11011 | 1000 | 1111011 | 111101 | 1001111 |
Color Harmonies of #A8EAAB
Complementary color
Monochromatic Colors of #A8EAAB
Black with #A8EAAB
Text Example
Text Example
White with #A8EAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAAB; }
p { color: rgb(168,234,171); }
H1.HeaderClassName
{
color: #A8EAAB;
}
.AnyTagClassName
{
color: #A8EAAB;
}
</style>
background-color css
<style>
a { background-color: #A8EAAB; }
a { background-color: rgb(168,234,171); }
div.DivClassName
{
background-color: #A8EAAB;
}
.BgClassName
{
background-color: #A8EAAB;
}
</style>
border-color css
<style>
span { border-color: #A8EAAB; }
span { border-color: rgb(168,234,171); }
td.TdClassName
{
border-color: #A8EAAB;
}
.TagClassName
{
border-color: #A8EAAB;
}
</style>