Shades of Celadon #A1EFAA
Tints of Celadon #A1EFAA
RGB
CMYK
RGB Variations
Color information
#A1EFAA (or 0xA1EFAA) is known color: Celadon. HEX triplet: A1, EF and AA. RGB value is (161,239,170). Sum of RGB (Red+Green+Blue) = 161+239+170=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EFAA is #5E1055. Grayscale: #D0D0D0. Windows color (decimal): -6164566 or 11202465. OLE color: 11202465.
HSL color Cylindrical-coordinate representation of color #A1EFAA: hue angle of 126.92º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFAA is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 170 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.06 |
| HSL | 126.92º | 0.71% | 0.78% | - |
| HSV(B) | 126.92º | 0.33% | 0.94% | - |
| XYZ | 52.82 | 72.21 | 49.18 | - |
| YUV | 207.81 | 106.66 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 170 | 0.33 | 0 | 0.29 | 0.06 | 126.92 | 0.71 | 0.78 |
| Hex | A1 | EF | AA | 21 | 0 | 1D | 6 | 7F | 47 | 4E |
| Octal | 241 | 357 | 252 | 41 | 0 | 35 | 6 | 177 | 107 | 116 |
| Binary | 10100001 | 11101111 | 10101010 | 100001 | 0 | 11101 | 110 | 1111111 | 1000111 | 1001110 |
Color Harmonies of #A1EFAA
Complementary color
Monochromatic Colors of #A1EFAA
Black with #A1EFAA
Text Example
Text Example
White with #A1EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFAA; }
p { color: rgb(161,239,170); }
H1.HeaderClassName
{
color: #A1EFAA;
}
.AnyTagClassName
{
color: #A1EFAA;
}
</style>
background-color css
<style>
a { background-color: #A1EFAA; }
a { background-color: rgb(161,239,170); }
div.DivClassName
{
background-color: #A1EFAA;
}
.BgClassName
{
background-color: #A1EFAA;
}
</style>
border-color css
<style>
span { border-color: #A1EFAA; }
span { border-color: rgb(161,239,170); }
td.TdClassName
{
border-color: #A1EFAA;
}
.TagClassName
{
border-color: #A1EFAA;
}
</style>