Shades of Celadon #A1EAAF
Tints of Celadon #A1EAAF
RGB
CMYK
RGB Variations
Color information
#A1EAAF (or 0xA1EAAF) is known color: Celadon. HEX triplet: A1, EA and AF. RGB value is (161,234,175). Sum of RGB (Red+Green+Blue) = 161+234+175=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EAAF is #5E1550. Grayscale: #CDCDCD. Windows color (decimal): -6165841 or 11528865. OLE color: 11528865.
HSL color Cylindrical-coordinate representation of color #A1EAAF: hue angle of 131.51º 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 #A1EAAF is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 175 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.08 |
| HSL | 131.51º | 0.63% | 0.77% | - |
| HSV(B) | 131.51º | 0.31% | 0.92% | - |
| XYZ | 51.86 | 69.52 | 51.24 | - |
| YUV | 205.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 175 | 0.31 | 0 | 0.25 | 0.08 | 131.51 | 0.63 | 0.77 |
| Hex | A1 | EA | AF | 1F | 0 | 19 | 8 | 84 | 3F | 4D |
| Octal | 241 | 352 | 257 | 37 | 0 | 31 | 10 | 204 | 77 | 115 |
| Binary | 10100001 | 11101010 | 10101111 | 11111 | 0 | 11001 | 1000 | 10000100 | 111111 | 1001101 |
Color Harmonies of #A1EAAF
Complementary color
Monochromatic Colors of #A1EAAF
Black with #A1EAAF
Text Example
Text Example
White with #A1EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EAAF; }
p { color: rgb(161,234,175); }
H1.HeaderClassName
{
color: #A1EAAF;
}
.AnyTagClassName
{
color: #A1EAAF;
}
</style>
background-color css
<style>
a { background-color: #A1EAAF; }
a { background-color: rgb(161,234,175); }
div.DivClassName
{
background-color: #A1EAAF;
}
.BgClassName
{
background-color: #A1EAAF;
}
</style>
border-color css
<style>
span { border-color: #A1EAAF; }
span { border-color: rgb(161,234,175); }
td.TdClassName
{
border-color: #A1EAAF;
}
.TagClassName
{
border-color: #A1EAAF;
}
</style>