Shades of Celadon #A8ECB0
Tints of Celadon #A8ECB0
RGB
CMYK
RGB Variations
Color information
#A8ECB0 (or 0xA8ECB0) is known color: Celadon. HEX triplet: A8, EC and B0. RGB value is (168,236,176). Sum of RGB (Red+Green+Blue) = 168+236+176=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8ECB0 is #57134F. Grayscale: #D1D1D1. Windows color (decimal): -5706576 or 11594920. OLE color: 11594920.
HSL color Cylindrical-coordinate representation of color #A8ECB0: hue angle of 127.06º 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 #A8ECB0 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 176 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.07 |
| HSL | 127.06º | 0.64% | 0.79% | - |
| HSV(B) | 127.06º | 0.29% | 0.93% | - |
| XYZ | 53.98 | 71.45 | 52.02 | - |
| YUV | 208.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 176 | 0.29 | 0 | 0.25 | 0.07 | 127.06 | 0.64 | 0.79 |
| Hex | A8 | EC | B0 | 1D | 0 | 19 | 7 | 7F | 40 | 4F |
| Octal | 250 | 354 | 260 | 35 | 0 | 31 | 7 | 177 | 100 | 117 |
| Binary | 10101000 | 11101100 | 10110000 | 11101 | 0 | 11001 | 111 | 1111111 | 1000000 | 1001111 |
Color Harmonies of #A8ECB0
Complementary color
Monochromatic Colors of #A8ECB0
Black with #A8ECB0
Text Example
Text Example
White with #A8ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECB0; }
p { color: rgb(168,236,176); }
H1.HeaderClassName
{
color: #A8ECB0;
}
.AnyTagClassName
{
color: #A8ECB0;
}
</style>
background-color css
<style>
a { background-color: #A8ECB0; }
a { background-color: rgb(168,236,176); }
div.DivClassName
{
background-color: #A8ECB0;
}
.BgClassName
{
background-color: #A8ECB0;
}
</style>
border-color css
<style>
span { border-color: #A8ECB0; }
span { border-color: rgb(168,236,176); }
td.TdClassName
{
border-color: #A8ECB0;
}
.TagClassName
{
border-color: #A8ECB0;
}
</style>