Shades of Celadon #A7EAB1
Tints of Celadon #A7EAB1
RGB
CMYK
RGB Variations
Color information
#A7EAB1 (or 0xA7EAB1) is known color: Celadon. HEX triplet: A7, EA and B1. RGB value is (167,234,177). Sum of RGB (Red+Green+Blue) = 167+234+177=578 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.89% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7EAB1 is #58154E. Grayscale: #CFCFCF. Windows color (decimal): -5772623 or 11659943. OLE color: 11659943.
HSL color Cylindrical-coordinate representation of color #A7EAB1: hue angle of 128.96º 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 #A7EAB1 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 177 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.08 |
| HSL | 128.96º | 0.61% | 0.79% | - |
| HSV(B) | 128.96º | 0.29% | 0.92% | - |
| XYZ | 53.29 | 70.24 | 52.34 | - |
| YUV | 207.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 177 | 0.29 | 0 | 0.24 | 0.08 | 128.96 | 0.61 | 0.79 |
| Hex | A7 | EA | B1 | 1D | 0 | 18 | 8 | 81 | 3D | 4F |
| Octal | 247 | 352 | 261 | 35 | 0 | 30 | 10 | 201 | 75 | 117 |
| Binary | 10100111 | 11101010 | 10110001 | 11101 | 0 | 11000 | 1000 | 10000001 | 111101 | 1001111 |
Color Harmonies of #A7EAB1
Complementary color
Monochromatic Colors of #A7EAB1
Black with #A7EAB1
Text Example
Text Example
White with #A7EAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EAB1; }
p { color: rgb(167,234,177); }
H1.HeaderClassName
{
color: #A7EAB1;
}
.AnyTagClassName
{
color: #A7EAB1;
}
</style>
background-color css
<style>
a { background-color: #A7EAB1; }
a { background-color: rgb(167,234,177); }
div.DivClassName
{
background-color: #A7EAB1;
}
.BgClassName
{
background-color: #A7EAB1;
}
</style>
border-color css
<style>
span { border-color: #A7EAB1; }
span { border-color: rgb(167,234,177); }
td.TdClassName
{
border-color: #A7EAB1;
}
.TagClassName
{
border-color: #A7EAB1;
}
</style>