Shades of Celadon #A8ECB1
Tints of Celadon #A8ECB1
RGB
CMYK
RGB Variations
Color information
#A8ECB1 (or 0xA8ECB1) is known color: Celadon. HEX triplet: A8, EC and B1. RGB value is (168,236,177). Sum of RGB (Red+Green+Blue) = 168+236+177=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8ECB1 is #57134E. Grayscale: #D1D1D1. Windows color (decimal): -5706575 or 11660456. OLE color: 11660456.
HSL color Cylindrical-coordinate representation of color #A8ECB1: hue angle of 127.94º 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 #A8ECB1 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 177 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.07 |
| HSL | 127.94º | 0.64% | 0.79% | - |
| HSV(B) | 127.94º | 0.29% | 0.93% | - |
| XYZ | 54.08 | 71.49 | 52.54 | - |
| YUV | 208.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 177 | 0.29 | 0 | 0.25 | 0.07 | 127.94 | 0.64 | 0.79 |
| Hex | A8 | EC | B1 | 1D | 0 | 19 | 7 | 80 | 40 | 4F |
| Octal | 250 | 354 | 261 | 35 | 0 | 31 | 7 | 200 | 100 | 117 |
| Binary | 10101000 | 11101100 | 10110001 | 11101 | 0 | 11001 | 111 | 10000000 | 1000000 | 1001111 |
Color Harmonies of #A8ECB1
Complementary color
Monochromatic Colors of #A8ECB1
Black with #A8ECB1
Text Example
Text Example
White with #A8ECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECB1; }
p { color: rgb(168,236,177); }
H1.HeaderClassName
{
color: #A8ECB1;
}
.AnyTagClassName
{
color: #A8ECB1;
}
</style>
background-color css
<style>
a { background-color: #A8ECB1; }
a { background-color: rgb(168,236,177); }
div.DivClassName
{
background-color: #A8ECB1;
}
.BgClassName
{
background-color: #A8ECB1;
}
</style>
border-color css
<style>
span { border-color: #A8ECB1; }
span { border-color: rgb(168,236,177); }
td.TdClassName
{
border-color: #A8ECB1;
}
.TagClassName
{
border-color: #A8ECB1;
}
</style>