Shades of Celadon #A5E1B0
Tints of Celadon #A5E1B0
RGB
CMYK
RGB Variations
Color information
#A5E1B0 (or 0xA5E1B0) is known color: Celadon. HEX triplet: A5, E1 and B0. RGB value is (165,225,176). Sum of RGB (Red+Green+Blue) = 165+225+176=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E1B0 is #5A1E4F. Grayscale: #C9C9C9. Windows color (decimal): -5906000 or 11592101. OLE color: 11592101.
HSL color Cylindrical-coordinate representation of color #A5E1B0: hue angle of 131º 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 #A5E1B0 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 176 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.12 |
| HSL | 131º | 0.5% | 0.76% | - |
| HSV(B) | 131º | 0.27% | 0.88% | - |
| XYZ | 50.28 | 64.98 | 50.97 | - |
| YUV | 201.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 176 | 0.27 | 0 | 0.22 | 0.12 | 131 | 0.5 | 0.76 |
| Hex | A5 | E1 | B0 | 1B | 0 | 16 | C | 83 | 32 | 4C |
| Octal | 245 | 341 | 260 | 33 | 0 | 26 | 14 | 203 | 62 | 114 |
| Binary | 10100101 | 11100001 | 10110000 | 11011 | 0 | 10110 | 1100 | 10000011 | 110010 | 1001100 |
Color Harmonies of #A5E1B0
Complementary color
Monochromatic Colors of #A5E1B0
Black with #A5E1B0
Text Example
Text Example
White with #A5E1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E1B0; }
p { color: rgb(165,225,176); }
H1.HeaderClassName
{
color: #A5E1B0;
}
.AnyTagClassName
{
color: #A5E1B0;
}
</style>
background-color css
<style>
a { background-color: #A5E1B0; }
a { background-color: rgb(165,225,176); }
div.DivClassName
{
background-color: #A5E1B0;
}
.BgClassName
{
background-color: #A5E1B0;
}
</style>
border-color css
<style>
span { border-color: #A5E1B0; }
span { border-color: rgb(165,225,176); }
td.TdClassName
{
border-color: #A5E1B0;
}
.TagClassName
{
border-color: #A5E1B0;
}
</style>