Shades of Celadon #A1EAAC
Tints of Celadon #A1EAAC
RGB
CMYK
RGB Variations
Color information
#A1EAAC (or 0xA1EAAC) is known color: Celadon. HEX triplet: A1, EA and AC. RGB value is (161,234,172). Sum of RGB (Red+Green+Blue) = 161+234+172=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EAAC is #5E1553. Grayscale: #CDCDCD. Windows color (decimal): -6165844 or 11332257. OLE color: 11332257.
HSL color Cylindrical-coordinate representation of color #A1EAAC: hue angle of 129.04º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EAAC is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 172 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.08 |
| HSL | 129.04º | 0.63% | 0.77% | - |
| HSV(B) | 129.04º | 0.31% | 0.92% | - |
| XYZ | 51.57 | 69.4 | 49.71 | - |
| YUV | 205.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 172 | 0.31 | 0 | 0.26 | 0.08 | 129.04 | 0.63 | 0.77 |
| Hex | A1 | EA | AC | 1F | 0 | 1A | 8 | 81 | 3F | 4D |
| Octal | 241 | 352 | 254 | 37 | 0 | 32 | 10 | 201 | 77 | 115 |
| Binary | 10100001 | 11101010 | 10101100 | 11111 | 0 | 11010 | 1000 | 10000001 | 111111 | 1001101 |
Color Harmonies of #A1EAAC
Complementary color
Monochromatic Colors of #A1EAAC
Black with #A1EAAC
Text Example
Text Example
White with #A1EAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EAAC; }
p { color: rgb(161,234,172); }
H1.HeaderClassName
{
color: #A1EAAC;
}
.AnyTagClassName
{
color: #A1EAAC;
}
</style>
background-color css
<style>
a { background-color: #A1EAAC; }
a { background-color: rgb(161,234,172); }
div.DivClassName
{
background-color: #A1EAAC;
}
.BgClassName
{
background-color: #A1EAAC;
}
</style>
border-color css
<style>
span { border-color: #A1EAAC; }
span { border-color: rgb(161,234,172); }
td.TdClassName
{
border-color: #A1EAAC;
}
.TagClassName
{
border-color: #A1EAAC;
}
</style>