Shades of Celadon #A8ECB5
Tints of Celadon #A8ECB5
RGB
CMYK
RGB Variations
Color information
#A8ECB5 (or 0xA8ECB5) is known color: Celadon. HEX triplet: A8, EC and B5. RGB value is (168,236,181). Sum of RGB (Red+Green+Blue) = 168+236+181=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECB5 is #57134A. Grayscale: #D1D1D1. Windows color (decimal): -5706571 or 11922600. OLE color: 11922600.
HSL color Cylindrical-coordinate representation of color #A8ECB5: hue angle of 131.47º 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 #A8ECB5 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 181 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.07 |
| HSL | 131.47º | 0.64% | 0.79% | - |
| HSV(B) | 131.47º | 0.29% | 0.93% | - |
| XYZ | 54.48 | 71.65 | 54.67 | - |
| YUV | 209.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 181 | 0.29 | 0 | 0.23 | 0.07 | 131.47 | 0.64 | 0.79 |
| Hex | A8 | EC | B5 | 1D | 0 | 17 | 7 | 83 | 40 | 4F |
| Octal | 250 | 354 | 265 | 35 | 0 | 27 | 7 | 203 | 100 | 117 |
| Binary | 10101000 | 11101100 | 10110101 | 11101 | 0 | 10111 | 111 | 10000011 | 1000000 | 1001111 |
Color Harmonies of #A8ECB5
Complementary color
Monochromatic Colors of #A8ECB5
Black with #A8ECB5
Text Example
Text Example
White with #A8ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECB5; }
p { color: rgb(168,236,181); }
H1.HeaderClassName
{
color: #A8ECB5;
}
.AnyTagClassName
{
color: #A8ECB5;
}
</style>
background-color css
<style>
a { background-color: #A8ECB5; }
a { background-color: rgb(168,236,181); }
div.DivClassName
{
background-color: #A8ECB5;
}
.BgClassName
{
background-color: #A8ECB5;
}
</style>
border-color css
<style>
span { border-color: #A8ECB5; }
span { border-color: rgb(168,236,181); }
td.TdClassName
{
border-color: #A8ECB5;
}
.TagClassName
{
border-color: #A8ECB5;
}
</style>