Shades of Celadon #A8EAB0
Tints of Celadon #A8EAB0
RGB
CMYK
RGB Variations
Color information
#A8EAB0 (or 0xA8EAB0) is known color: Celadon. HEX triplet: A8, EA and B0. RGB value is (168,234,176). Sum of RGB (Red+Green+Blue) = 168+234+176=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EAB0 is #57154F. Grayscale: #CFCFCF. Windows color (decimal): -5707088 or 11594408. OLE color: 11594408.
HSL color Cylindrical-coordinate representation of color #A8EAB0: hue angle of 127.27º 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 #A8EAB0 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 176 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.08 |
| HSL | 127.27º | 0.61% | 0.79% | - |
| HSV(B) | 127.27º | 0.28% | 0.92% | - |
| XYZ | 53.41 | 70.31 | 51.83 | - |
| YUV | 207.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 176 | 0.28 | 0 | 0.25 | 0.08 | 127.27 | 0.61 | 0.79 |
| Hex | A8 | EA | B0 | 1C | 0 | 19 | 8 | 7F | 3D | 4F |
| Octal | 250 | 352 | 260 | 34 | 0 | 31 | 10 | 177 | 75 | 117 |
| Binary | 10101000 | 11101010 | 10110000 | 11100 | 0 | 11001 | 1000 | 1111111 | 111101 | 1001111 |
Color Harmonies of #A8EAB0
Complementary color
Monochromatic Colors of #A8EAB0
Black with #A8EAB0
Text Example
Text Example
White with #A8EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAB0; }
p { color: rgb(168,234,176); }
H1.HeaderClassName
{
color: #A8EAB0;
}
.AnyTagClassName
{
color: #A8EAB0;
}
</style>
background-color css
<style>
a { background-color: #A8EAB0; }
a { background-color: rgb(168,234,176); }
div.DivClassName
{
background-color: #A8EAB0;
}
.BgClassName
{
background-color: #A8EAB0;
}
</style>
border-color css
<style>
span { border-color: #A8EAB0; }
span { border-color: rgb(168,234,176); }
td.TdClassName
{
border-color: #A8EAB0;
}
.TagClassName
{
border-color: #A8EAB0;
}
</style>