Shades of Celadon #A9EBB0
Tints of Celadon #A9EBB0
RGB
CMYK
RGB Variations
Color information
#A9EBB0 (or 0xA9EBB0) is known color: Celadon. HEX triplet: A9, EB and B0. RGB value is (169,235,176). Sum of RGB (Red+Green+Blue) = 169+235+176=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EBB0 is #56144F. Grayscale: #D0D0D0. Windows color (decimal): -5641296 or 11594665. OLE color: 11594665.
HSL color Cylindrical-coordinate representation of color #A9EBB0: hue angle of 126.36º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EBB0 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 235 | 176 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.08 |
| HSL | 126.36º | 0.62% | 0.79% | - |
| HSV(B) | 126.36º | 0.28% | 0.92% | - |
| XYZ | 53.91 | 70.99 | 51.93 | - |
| YUV | 208.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 235 | 176 | 0.28 | 0 | 0.25 | 0.08 | 126.36 | 0.62 | 0.79 |
| Hex | A9 | EB | B0 | 1C | 0 | 19 | 8 | 7E | 3E | 4F |
| Octal | 251 | 353 | 260 | 34 | 0 | 31 | 10 | 176 | 76 | 117 |
| Binary | 10101001 | 11101011 | 10110000 | 11100 | 0 | 11001 | 1000 | 1111110 | 111110 | 1001111 |
Color Harmonies of #A9EBB0
Complementary color
Monochromatic Colors of #A9EBB0
Black with #A9EBB0
Text Example
Text Example
White with #A9EBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EBB0; }
p { color: rgb(169,235,176); }
H1.HeaderClassName
{
color: #A9EBB0;
}
.AnyTagClassName
{
color: #A9EBB0;
}
</style>
background-color css
<style>
a { background-color: #A9EBB0; }
a { background-color: rgb(169,235,176); }
div.DivClassName
{
background-color: #A9EBB0;
}
.BgClassName
{
background-color: #A9EBB0;
}
</style>
border-color css
<style>
span { border-color: #A9EBB0; }
span { border-color: rgb(169,235,176); }
td.TdClassName
{
border-color: #A9EBB0;
}
.TagClassName
{
border-color: #A9EBB0;
}
</style>