Shades of Celadon #A8EAB2
Tints of Celadon #A8EAB2
RGB
CMYK
RGB Variations
Color information
#A8EAB2 (or 0xA8EAB2) is known color: Celadon. HEX triplet: A8, EA and B2. RGB value is (168,234,178). Sum of RGB (Red+Green+Blue) = 168+234+178=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EAB2 is #57154D. Grayscale: #D0D0D0. Windows color (decimal): -5707086 or 11725480. OLE color: 11725480.
HSL color Cylindrical-coordinate representation of color #A8EAB2: hue angle of 129.09º 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 #A8EAB2 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 178 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.08 |
| HSL | 129.09º | 0.61% | 0.79% | - |
| HSV(B) | 129.09º | 0.28% | 0.92% | - |
| XYZ | 53.61 | 70.38 | 52.88 | - |
| YUV | 207.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 178 | 0.28 | 0 | 0.24 | 0.08 | 129.09 | 0.61 | 0.79 |
| Hex | A8 | EA | B2 | 1C | 0 | 18 | 8 | 81 | 3D | 4F |
| Octal | 250 | 352 | 262 | 34 | 0 | 30 | 10 | 201 | 75 | 117 |
| Binary | 10101000 | 11101010 | 10110010 | 11100 | 0 | 11000 | 1000 | 10000001 | 111101 | 1001111 |
Color Harmonies of #A8EAB2
Complementary color
Monochromatic Colors of #A8EAB2
Black with #A8EAB2
Text Example
Text Example
White with #A8EAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAB2; }
p { color: rgb(168,234,178); }
H1.HeaderClassName
{
color: #A8EAB2;
}
.AnyTagClassName
{
color: #A8EAB2;
}
</style>
background-color css
<style>
a { background-color: #A8EAB2; }
a { background-color: rgb(168,234,178); }
div.DivClassName
{
background-color: #A8EAB2;
}
.BgClassName
{
background-color: #A8EAB2;
}
</style>
border-color css
<style>
span { border-color: #A8EAB2; }
span { border-color: rgb(168,234,178); }
td.TdClassName
{
border-color: #A8EAB2;
}
.TagClassName
{
border-color: #A8EAB2;
}
</style>