Shades of Celadon #A1EBA5
Tints of Celadon #A1EBA5
RGB
CMYK
RGB Variations
Color information
#A1EBA5 (or 0xA1EBA5) is known color: Celadon. HEX triplet: A1, EB and A5. RGB value is (161,235,165). Sum of RGB (Red+Green+Blue) = 161+235+165=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EBA5 is #5E145A. Grayscale: #CDCDCD. Windows color (decimal): -6165595 or 10873761. OLE color: 10873761.
HSL color Cylindrical-coordinate representation of color #A1EBA5: hue angle of 123.24º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBA5 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 165 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.08 |
| HSL | 123.24º | 0.65% | 0.78% | - |
| HSV(B) | 123.24º | 0.31% | 0.92% | - |
| XYZ | 51.2 | 69.71 | 46.35 | - |
| YUV | 204.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 165 | 0.31 | 0 | 0.30 | 0.08 | 123.24 | 0.65 | 0.78 |
| Hex | A1 | EB | A5 | 1F | 0 | 1E | 8 | 7B | 41 | 4E |
| Octal | 241 | 353 | 245 | 37 | 0 | 36 | 10 | 173 | 101 | 116 |
| Binary | 10100001 | 11101011 | 10100101 | 11111 | 0 | 11110 | 1000 | 1111011 | 1000001 | 1001110 |
Color Harmonies of #A1EBA5
Complementary color
Monochromatic Colors of #A1EBA5
Black with #A1EBA5
Text Example
Text Example
White with #A1EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBA5; }
p { color: rgb(161,235,165); }
H1.HeaderClassName
{
color: #A1EBA5;
}
.AnyTagClassName
{
color: #A1EBA5;
}
</style>
background-color css
<style>
a { background-color: #A1EBA5; }
a { background-color: rgb(161,235,165); }
div.DivClassName
{
background-color: #A1EBA5;
}
.BgClassName
{
background-color: #A1EBA5;
}
</style>
border-color css
<style>
span { border-color: #A1EBA5; }
span { border-color: rgb(161,235,165); }
td.TdClassName
{
border-color: #A1EBA5;
}
.TagClassName
{
border-color: #A1EBA5;
}
</style>