Shades of Celadon #A1ECAD
Tints of Celadon #A1ECAD
RGB
CMYK
RGB Variations
Color information
#A1ECAD (or 0xA1ECAD) is known color: Celadon. HEX triplet: A1, EC and AD. RGB value is (161,236,173). Sum of RGB (Red+Green+Blue) = 161+236+173=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ECAD is #5E1352. Grayscale: #CECECE. Windows color (decimal): -6165331 or 11398305. OLE color: 11398305.
HSL color Cylindrical-coordinate representation of color #A1ECAD: hue angle of 129.6º 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 #A1ECAD is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 173 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.07 |
| HSL | 129.6º | 0.66% | 0.78% | - |
| HSV(B) | 129.6º | 0.32% | 0.93% | - |
| XYZ | 52.24 | 70.59 | 50.41 | - |
| YUV | 206.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 173 | 0.32 | 0 | 0.27 | 0.07 | 129.6 | 0.66 | 0.78 |
| Hex | A1 | EC | AD | 20 | 0 | 1B | 7 | 82 | 42 | 4E |
| Octal | 241 | 354 | 255 | 40 | 0 | 33 | 7 | 202 | 102 | 116 |
| Binary | 10100001 | 11101100 | 10101101 | 100000 | 0 | 11011 | 111 | 10000010 | 1000010 | 1001110 |
Color Harmonies of #A1ECAD
Complementary color
Monochromatic Colors of #A1ECAD
Black with #A1ECAD
Text Example
Text Example
White with #A1ECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECAD; }
p { color: rgb(161,236,173); }
H1.HeaderClassName
{
color: #A1ECAD;
}
.AnyTagClassName
{
color: #A1ECAD;
}
</style>
background-color css
<style>
a { background-color: #A1ECAD; }
a { background-color: rgb(161,236,173); }
div.DivClassName
{
background-color: #A1ECAD;
}
.BgClassName
{
background-color: #A1ECAD;
}
</style>
border-color css
<style>
span { border-color: #A1ECAD; }
span { border-color: rgb(161,236,173); }
td.TdClassName
{
border-color: #A1ECAD;
}
.TagClassName
{
border-color: #A1ECAD;
}
</style>