Shades of Celadon #A1EEAD
Tints of Celadon #A1EEAD
RGB
CMYK
RGB Variations
Color information
#A1EEAD (or 0xA1EEAD) is known color: Celadon. HEX triplet: A1, EE and AD. RGB value is (161,238,173). Sum of RGB (Red+Green+Blue) = 161+238+173=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EEAD is #5E1152. Grayscale: #CFCFCF. Windows color (decimal): -6164819 or 11398817. OLE color: 11398817.
HSL color Cylindrical-coordinate representation of color #A1EEAD: hue angle of 129.35º degrees, saturation: 0.69, 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 #A1EEAD is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 173 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.07 |
| HSL | 129.35º | 0.69% | 0.78% | - |
| HSV(B) | 129.35º | 0.32% | 0.93% | - |
| XYZ | 52.82 | 71.74 | 50.6 | - |
| YUV | 207.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 173 | 0.32 | 0 | 0.27 | 0.07 | 129.35 | 0.69 | 0.78 |
| Hex | A1 | EE | AD | 20 | 0 | 1B | 7 | 81 | 45 | 4E |
| Octal | 241 | 356 | 255 | 40 | 0 | 33 | 7 | 201 | 105 | 116 |
| Binary | 10100001 | 11101110 | 10101101 | 100000 | 0 | 11011 | 111 | 10000001 | 1000101 | 1001110 |
Color Harmonies of #A1EEAD
Complementary color
Monochromatic Colors of #A1EEAD
Black with #A1EEAD
Text Example
Text Example
White with #A1EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEAD; }
p { color: rgb(161,238,173); }
H1.HeaderClassName
{
color: #A1EEAD;
}
.AnyTagClassName
{
color: #A1EEAD;
}
</style>
background-color css
<style>
a { background-color: #A1EEAD; }
a { background-color: rgb(161,238,173); }
div.DivClassName
{
background-color: #A1EEAD;
}
.BgClassName
{
background-color: #A1EEAD;
}
</style>
border-color css
<style>
span { border-color: #A1EEAD; }
span { border-color: rgb(161,238,173); }
td.TdClassName
{
border-color: #A1EEAD;
}
.TagClassName
{
border-color: #A1EEAD;
}
</style>