Shades of Celadon #A4EAAA
Tints of Celadon #A4EAAA
RGB
CMYK
RGB Variations
Color information
#A4EAAA (or 0xA4EAAA) is known color: Celadon. HEX triplet: A4, EA and AA. RGB value is (164,234,170). Sum of RGB (Red+Green+Blue) = 164+234+170=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EAAA is #5B1555. Grayscale: #CDCDCD. Windows color (decimal): -5969238 or 11201188. OLE color: 11201188.
HSL color Cylindrical-coordinate representation of color #A4EAAA: hue angle of 125.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EAAA is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 234 | 170 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.08 |
| HSL | 125.14º | 0.63% | 0.78% | - |
| HSV(B) | 125.14º | 0.3% | 0.92% | - |
| XYZ | 51.99 | 69.64 | 48.73 | - |
| YUV | 205.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 234 | 170 | 0.30 | 0 | 0.27 | 0.08 | 125.14 | 0.63 | 0.78 |
| Hex | A4 | EA | AA | 1E | 0 | 1B | 8 | 7D | 3E | 4E |
| Octal | 244 | 352 | 252 | 36 | 0 | 33 | 10 | 175 | 76 | 116 |
| Binary | 10100100 | 11101010 | 10101010 | 11110 | 0 | 11011 | 1000 | 1111101 | 111110 | 1001110 |
Color Harmonies of #A4EAAA
Complementary color
Monochromatic Colors of #A4EAAA
Black with #A4EAAA
Text Example
Text Example
White with #A4EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EAAA; }
p { color: rgb(164,234,170); }
H1.HeaderClassName
{
color: #A4EAAA;
}
.AnyTagClassName
{
color: #A4EAAA;
}
</style>
background-color css
<style>
a { background-color: #A4EAAA; }
a { background-color: rgb(164,234,170); }
div.DivClassName
{
background-color: #A4EAAA;
}
.BgClassName
{
background-color: #A4EAAA;
}
</style>
border-color css
<style>
span { border-color: #A4EAAA; }
span { border-color: rgb(164,234,170); }
td.TdClassName
{
border-color: #A4EAAA;
}
.TagClassName
{
border-color: #A4EAAA;
}
</style>