Shades of Celadon #A1ECAE
Tints of Celadon #A1ECAE
RGB
CMYK
RGB Variations
Color information
#A1ECAE (or 0xA1ECAE) is known color: Celadon. HEX triplet: A1, EC and AE. RGB value is (161,236,174). Sum of RGB (Red+Green+Blue) = 161+236+174=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ECAE is #5E1351. Grayscale: #CECECE. Windows color (decimal): -6165330 or 11463841. OLE color: 11463841.
HSL color Cylindrical-coordinate representation of color #A1ECAE: hue angle of 130.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECAE is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 174 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.07 |
| HSL | 130.4º | 0.66% | 0.78% | - |
| HSV(B) | 130.4º | 0.32% | 0.93% | - |
| XYZ | 52.33 | 70.62 | 50.92 | - |
| YUV | 206.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 174 | 0.32 | 0 | 0.26 | 0.07 | 130.4 | 0.66 | 0.78 |
| Hex | A1 | EC | AE | 20 | 0 | 1A | 7 | 82 | 42 | 4E |
| Octal | 241 | 354 | 256 | 40 | 0 | 32 | 7 | 202 | 102 | 116 |
| Binary | 10100001 | 11101100 | 10101110 | 100000 | 0 | 11010 | 111 | 10000010 | 1000010 | 1001110 |
Color Harmonies of #A1ECAE
Complementary color
Monochromatic Colors of #A1ECAE
Black with #A1ECAE
Text Example
Text Example
White with #A1ECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECAE; }
p { color: rgb(161,236,174); }
H1.HeaderClassName
{
color: #A1ECAE;
}
.AnyTagClassName
{
color: #A1ECAE;
}
</style>
background-color css
<style>
a { background-color: #A1ECAE; }
a { background-color: rgb(161,236,174); }
div.DivClassName
{
background-color: #A1ECAE;
}
.BgClassName
{
background-color: #A1ECAE;
}
</style>
border-color css
<style>
span { border-color: #A1ECAE; }
span { border-color: rgb(161,236,174); }
td.TdClassName
{
border-color: #A1ECAE;
}
.TagClassName
{
border-color: #A1ECAE;
}
</style>