Shades of Celadon #A7EAAC
Tints of Celadon #A7EAAC
RGB
CMYK
RGB Variations
Color information
#A7EAAC (or 0xA7EAAC) is known color: Celadon. HEX triplet: A7, EA and AC. RGB value is (167,234,172). Sum of RGB (Red+Green+Blue) = 167+234+172=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7EAAC is #581553. Grayscale: #CFCFCF. Windows color (decimal): -5772628 or 11332263. OLE color: 11332263.
HSL color Cylindrical-coordinate representation of color #A7EAAC: hue angle of 124.48º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EAAC is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 172 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.08 |
| HSL | 124.48º | 0.61% | 0.79% | - |
| HSV(B) | 124.48º | 0.29% | 0.92% | - |
| XYZ | 52.81 | 70.04 | 49.77 | - |
| YUV | 206.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 172 | 0.29 | 0 | 0.26 | 0.08 | 124.48 | 0.61 | 0.79 |
| Hex | A7 | EA | AC | 1D | 0 | 1A | 8 | 7C | 3D | 4F |
| Octal | 247 | 352 | 254 | 35 | 0 | 32 | 10 | 174 | 75 | 117 |
| Binary | 10100111 | 11101010 | 10101100 | 11101 | 0 | 11010 | 1000 | 1111100 | 111101 | 1001111 |
Color Harmonies of #A7EAAC
Complementary color
Monochromatic Colors of #A7EAAC
Black with #A7EAAC
Text Example
Text Example
White with #A7EAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EAAC; }
p { color: rgb(167,234,172); }
H1.HeaderClassName
{
color: #A7EAAC;
}
.AnyTagClassName
{
color: #A7EAAC;
}
</style>
background-color css
<style>
a { background-color: #A7EAAC; }
a { background-color: rgb(167,234,172); }
div.DivClassName
{
background-color: #A7EAAC;
}
.BgClassName
{
background-color: #A7EAAC;
}
</style>
border-color css
<style>
span { border-color: #A7EAAC; }
span { border-color: rgb(167,234,172); }
td.TdClassName
{
border-color: #A7EAAC;
}
.TagClassName
{
border-color: #A7EAAC;
}
</style>