Shades of Celadon #A1EAB0
Tints of Celadon #A1EAB0
RGB
CMYK
RGB Variations
Color information
#A1EAB0 (or 0xA1EAB0) is known color: Celadon. HEX triplet: A1, EA and B0. RGB value is (161,234,176). Sum of RGB (Red+Green+Blue) = 161+234+176=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EAB0 is #5E154F. Grayscale: #CDCDCD. Windows color (decimal): -6165840 or 11594401. OLE color: 11594401.
HSL color Cylindrical-coordinate representation of color #A1EAB0: hue angle of 132.33º 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 #A1EAB0 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 176 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.08 |
| HSL | 132.33º | 0.63% | 0.77% | - |
| HSV(B) | 132.33º | 0.31% | 0.92% | - |
| XYZ | 51.96 | 69.56 | 51.76 | - |
| YUV | 205.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 176 | 0.31 | 0 | 0.25 | 0.08 | 132.33 | 0.63 | 0.77 |
| Hex | A1 | EA | B0 | 1F | 0 | 19 | 8 | 84 | 3F | 4D |
| Octal | 241 | 352 | 260 | 37 | 0 | 31 | 10 | 204 | 77 | 115 |
| Binary | 10100001 | 11101010 | 10110000 | 11111 | 0 | 11001 | 1000 | 10000100 | 111111 | 1001101 |
Color Harmonies of #A1EAB0
Complementary color
Monochromatic Colors of #A1EAB0
Black with #A1EAB0
Text Example
Text Example
White with #A1EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EAB0; }
p { color: rgb(161,234,176); }
H1.HeaderClassName
{
color: #A1EAB0;
}
.AnyTagClassName
{
color: #A1EAB0;
}
</style>
background-color css
<style>
a { background-color: #A1EAB0; }
a { background-color: rgb(161,234,176); }
div.DivClassName
{
background-color: #A1EAB0;
}
.BgClassName
{
background-color: #A1EAB0;
}
</style>
border-color css
<style>
span { border-color: #A1EAB0; }
span { border-color: rgb(161,234,176); }
td.TdClassName
{
border-color: #A1EAB0;
}
.TagClassName
{
border-color: #A1EAB0;
}
</style>