Shades of Celadon #A5E1AB
Tints of Celadon #A5E1AB
RGB
CMYK
RGB Variations
Color information
#A5E1AB (or 0xA5E1AB) is known color: Celadon. HEX triplet: A5, E1 and AB. RGB value is (165,225,171). Sum of RGB (Red+Green+Blue) = 165+225+171=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E1AB is #5A1E54. Grayscale: #C9C9C9. Windows color (decimal): -5906005 or 11264421. OLE color: 11264421.
HSL color Cylindrical-coordinate representation of color #A5E1AB: hue angle of 126º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1AB is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 171 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.12 |
| HSL | 126º | 0.5% | 0.76% | - |
| HSV(B) | 126º | 0.27% | 0.88% | - |
| XYZ | 49.79 | 64.79 | 48.41 | - |
| YUV | 200.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 171 | 0.27 | 0 | 0.24 | 0.12 | 126 | 0.5 | 0.76 |
| Hex | A5 | E1 | AB | 1B | 0 | 18 | C | 7E | 32 | 4C |
| Octal | 245 | 341 | 253 | 33 | 0 | 30 | 14 | 176 | 62 | 114 |
| Binary | 10100101 | 11100001 | 10101011 | 11011 | 0 | 11000 | 1100 | 1111110 | 110010 | 1001100 |
Color Harmonies of #A5E1AB
Complementary color
Monochromatic Colors of #A5E1AB
Black with #A5E1AB
Text Example
Text Example
White with #A5E1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E1AB; }
p { color: rgb(165,225,171); }
H1.HeaderClassName
{
color: #A5E1AB;
}
.AnyTagClassName
{
color: #A5E1AB;
}
</style>
background-color css
<style>
a { background-color: #A5E1AB; }
a { background-color: rgb(165,225,171); }
div.DivClassName
{
background-color: #A5E1AB;
}
.BgClassName
{
background-color: #A5E1AB;
}
</style>
border-color css
<style>
span { border-color: #A5E1AB; }
span { border-color: rgb(165,225,171); }
td.TdClassName
{
border-color: #A5E1AB;
}
.TagClassName
{
border-color: #A5E1AB;
}
</style>