Shades of Celadon #A7ECB5
Tints of Celadon #A7ECB5
RGB
CMYK
RGB Variations
Color information
#A7ECB5 (or 0xA7ECB5) is known color: Celadon. HEX triplet: A7, EC and B5. RGB value is (167,236,181). Sum of RGB (Red+Green+Blue) = 167+236+181=584 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.60% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #A7ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7ECB5 is #58134A. Grayscale: #D1D1D1. Windows color (decimal): -5772107 or 11922599. OLE color: 11922599.
HSL color Cylindrical-coordinate representation of color #A7ECB5: hue angle of 132.17º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7ECB5 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 236 | 181 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.07 |
| HSL | 132.17º | 0.64% | 0.79% | - |
| HSV(B) | 132.17º | 0.29% | 0.93% | - |
| XYZ | 54.27 | 71.54 | 54.66 | - |
| YUV | 209.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 236 | 181 | 0.29 | 0 | 0.23 | 0.07 | 132.17 | 0.64 | 0.79 |
| Hex | A7 | EC | B5 | 1D | 0 | 17 | 7 | 84 | 40 | 4F |
| Octal | 247 | 354 | 265 | 35 | 0 | 27 | 7 | 204 | 100 | 117 |
| Binary | 10100111 | 11101100 | 10110101 | 11101 | 0 | 10111 | 111 | 10000100 | 1000000 | 1001111 |
Color Harmonies of #A7ECB5
Complementary color
Monochromatic Colors of #A7ECB5
Black with #A7ECB5
Text Example
Text Example
White with #A7ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ECB5; }
p { color: rgb(167,236,181); }
H1.HeaderClassName
{
color: #A7ECB5;
}
.AnyTagClassName
{
color: #A7ECB5;
}
</style>
background-color css
<style>
a { background-color: #A7ECB5; }
a { background-color: rgb(167,236,181); }
div.DivClassName
{
background-color: #A7ECB5;
}
.BgClassName
{
background-color: #A7ECB5;
}
</style>
border-color css
<style>
span { border-color: #A7ECB5; }
span { border-color: rgb(167,236,181); }
td.TdClassName
{
border-color: #A7ECB5;
}
.TagClassName
{
border-color: #A7ECB5;
}
</style>