Shades of Celadon #A8EAB4
Tints of Celadon #A8EAB4
RGB
CMYK
RGB Variations
Color information
#A8EAB4 (or 0xA8EAB4) is known color: Celadon. HEX triplet: A8, EA and B4. RGB value is (168,234,180). Sum of RGB (Red+Green+Blue) = 168+234+180=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAB4 is #57154B. Grayscale: #D0D0D0. Windows color (decimal): -5707084 or 11856552. OLE color: 11856552.
HSL color Cylindrical-coordinate representation of color #A8EAB4: hue angle of 130.91º 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 #A8EAB4 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 180 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.08 |
| HSL | 130.91º | 0.61% | 0.79% | - |
| HSV(B) | 130.91º | 0.28% | 0.92% | - |
| XYZ | 53.81 | 70.47 | 53.95 | - |
| YUV | 208.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 180 | 0.28 | 0 | 0.23 | 0.08 | 130.91 | 0.61 | 0.79 |
| Hex | A8 | EA | B4 | 1C | 0 | 17 | 8 | 83 | 3D | 4F |
| Octal | 250 | 352 | 264 | 34 | 0 | 27 | 10 | 203 | 75 | 117 |
| Binary | 10101000 | 11101010 | 10110100 | 11100 | 0 | 10111 | 1000 | 10000011 | 111101 | 1001111 |
Color Harmonies of #A8EAB4
Complementary color
Monochromatic Colors of #A8EAB4
Black with #A8EAB4
Text Example
Text Example
White with #A8EAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAB4; }
p { color: rgb(168,234,180); }
H1.HeaderClassName
{
color: #A8EAB4;
}
.AnyTagClassName
{
color: #A8EAB4;
}
</style>
background-color css
<style>
a { background-color: #A8EAB4; }
a { background-color: rgb(168,234,180); }
div.DivClassName
{
background-color: #A8EAB4;
}
.BgClassName
{
background-color: #A8EAB4;
}
</style>
border-color css
<style>
span { border-color: #A8EAB4; }
span { border-color: rgb(168,234,180); }
td.TdClassName
{
border-color: #A8EAB4;
}
.TagClassName
{
border-color: #A8EAB4;
}
</style>