Shades of Celadon #A8ECB3
Tints of Celadon #A8ECB3
RGB
CMYK
RGB Variations
Color information
#A8ECB3 (or 0xA8ECB3) is known color: Celadon. HEX triplet: A8, EC and B3. RGB value is (168,236,179). Sum of RGB (Red+Green+Blue) = 168+236+179=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECB3 is #57134C. Grayscale: #D1D1D1. Windows color (decimal): -5706573 or 11791528. OLE color: 11791528.
HSL color Cylindrical-coordinate representation of color #A8ECB3: hue angle of 129.71º 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 #A8ECB3 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 179 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.07 |
| HSL | 129.71º | 0.64% | 0.79% | - |
| HSV(B) | 129.71º | 0.29% | 0.93% | - |
| XYZ | 54.28 | 71.57 | 53.6 | - |
| YUV | 209.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 179 | 0.29 | 0 | 0.24 | 0.07 | 129.71 | 0.64 | 0.79 |
| Hex | A8 | EC | B3 | 1D | 0 | 18 | 7 | 82 | 40 | 4F |
| Octal | 250 | 354 | 263 | 35 | 0 | 30 | 7 | 202 | 100 | 117 |
| Binary | 10101000 | 11101100 | 10110011 | 11101 | 0 | 11000 | 111 | 10000010 | 1000000 | 1001111 |
Color Harmonies of #A8ECB3
Complementary color
Monochromatic Colors of #A8ECB3
Black with #A8ECB3
Text Example
Text Example
White with #A8ECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECB3; }
p { color: rgb(168,236,179); }
H1.HeaderClassName
{
color: #A8ECB3;
}
.AnyTagClassName
{
color: #A8ECB3;
}
</style>
background-color css
<style>
a { background-color: #A8ECB3; }
a { background-color: rgb(168,236,179); }
div.DivClassName
{
background-color: #A8ECB3;
}
.BgClassName
{
background-color: #A8ECB3;
}
</style>
border-color css
<style>
span { border-color: #A8ECB3; }
span { border-color: rgb(168,236,179); }
td.TdClassName
{
border-color: #A8ECB3;
}
.TagClassName
{
border-color: #A8ECB3;
}
</style>