Shades of Celadon #A7ECB0
Tints of Celadon #A7ECB0
RGB
CMYK
RGB Variations
Color information
#A7ECB0 (or 0xA7ECB0) is known color: Celadon. HEX triplet: A7, EC and B0. RGB value is (167,236,176). Sum of RGB (Red+Green+Blue) = 167+236+176=579 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.84% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #A7ECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7ECB0 is #58134F. Grayscale: #D0D0D0. Windows color (decimal): -5772112 or 11594919. OLE color: 11594919.
HSL color Cylindrical-coordinate representation of color #A7ECB0: hue angle of 127.83º 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 #A7ECB0 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 236 | 176 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.07 |
| HSL | 127.83º | 0.64% | 0.79% | - |
| HSV(B) | 127.83º | 0.29% | 0.93% | - |
| XYZ | 53.77 | 71.34 | 52.01 | - |
| YUV | 208.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 236 | 176 | 0.29 | 0 | 0.25 | 0.07 | 127.83 | 0.64 | 0.79 |
| Hex | A7 | EC | B0 | 1D | 0 | 19 | 7 | 80 | 40 | 4F |
| Octal | 247 | 354 | 260 | 35 | 0 | 31 | 7 | 200 | 100 | 117 |
| Binary | 10100111 | 11101100 | 10110000 | 11101 | 0 | 11001 | 111 | 10000000 | 1000000 | 1001111 |
Color Harmonies of #A7ECB0
Complementary color
Monochromatic Colors of #A7ECB0
Black with #A7ECB0
Text Example
Text Example
White with #A7ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ECB0; }
p { color: rgb(167,236,176); }
H1.HeaderClassName
{
color: #A7ECB0;
}
.AnyTagClassName
{
color: #A7ECB0;
}
</style>
background-color css
<style>
a { background-color: #A7ECB0; }
a { background-color: rgb(167,236,176); }
div.DivClassName
{
background-color: #A7ECB0;
}
.BgClassName
{
background-color: #A7ECB0;
}
</style>
border-color css
<style>
span { border-color: #A7ECB0; }
span { border-color: rgb(167,236,176); }
td.TdClassName
{
border-color: #A7ECB0;
}
.TagClassName
{
border-color: #A7ECB0;
}
</style>