Shades of Celadon #A1EAB5
Tints of Celadon #A1EAB5
RGB
CMYK
RGB Variations
Color information
#A1EAB5 (or 0xA1EAB5) is known color: Celadon. HEX triplet: A1, EA and B5. RGB value is (161,234,181). Sum of RGB (Red+Green+Blue) = 161+234+181=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EAB5 is #5E154A. Grayscale: #CECECE. Windows color (decimal): -6165835 or 11922081. OLE color: 11922081.
HSL color Cylindrical-coordinate representation of color #A1EAB5: hue angle of 136.44º 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 #A1EAB5 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 181 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.08 |
| HSL | 136.44º | 0.63% | 0.77% | - |
| HSV(B) | 136.44º | 0.31% | 0.92% | - |
| XYZ | 52.46 | 69.76 | 54.42 | - |
| YUV | 206.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 181 | 0.31 | 0 | 0.23 | 0.08 | 136.44 | 0.63 | 0.77 |
| Hex | A1 | EA | B5 | 1F | 0 | 17 | 8 | 88 | 3F | 4D |
| Octal | 241 | 352 | 265 | 37 | 0 | 27 | 10 | 210 | 77 | 115 |
| Binary | 10100001 | 11101010 | 10110101 | 11111 | 0 | 10111 | 1000 | 10001000 | 111111 | 1001101 |
Color Harmonies of #A1EAB5
Complementary color
Monochromatic Colors of #A1EAB5
Black with #A1EAB5
Text Example
Text Example
White with #A1EAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EAB5; }
p { color: rgb(161,234,181); }
H1.HeaderClassName
{
color: #A1EAB5;
}
.AnyTagClassName
{
color: #A1EAB5;
}
</style>
background-color css
<style>
a { background-color: #A1EAB5; }
a { background-color: rgb(161,234,181); }
div.DivClassName
{
background-color: #A1EAB5;
}
.BgClassName
{
background-color: #A1EAB5;
}
</style>
border-color css
<style>
span { border-color: #A1EAB5; }
span { border-color: rgb(161,234,181); }
td.TdClassName
{
border-color: #A1EAB5;
}
.TagClassName
{
border-color: #A1EAB5;
}
</style>