Shades of Celadon #ABE5B2
Tints of Celadon #ABE5B2
RGB
CMYK
RGB Variations
Color information
#ABE5B2 (or 0xABE5B2) is known color: Celadon. HEX triplet: AB, E5 and B2. RGB value is (171,229,178). Sum of RGB (Red+Green+Blue) = 171+229+178=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE5B2 is #541A4D. Grayscale: #CDCDCD. Windows color (decimal): -5511758 or 11724203. OLE color: 11724203.
HSL color Cylindrical-coordinate representation of color #ABE5B2: hue angle of 127.24º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE5B2 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 229 | 178 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.10 |
| HSL | 127.24º | 0.53% | 0.78% | - |
| HSV(B) | 127.24º | 0.25% | 0.9% | - |
| XYZ | 52.85 | 67.91 | 52.44 | - |
| YUV | 205.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 178 | 0.25 | 0 | 0.22 | 0.10 | 127.24 | 0.53 | 0.78 |
| Hex | AB | E5 | B2 | 19 | 0 | 16 | A | 7F | 35 | 4E |
| Octal | 253 | 345 | 262 | 31 | 0 | 26 | 12 | 177 | 65 | 116 |
| Binary | 10101011 | 11100101 | 10110010 | 11001 | 0 | 10110 | 1010 | 1111111 | 110101 | 1001110 |
Color Harmonies of #ABE5B2
Complementary color
Monochromatic Colors of #ABE5B2
Black with #ABE5B2
Text Example
Text Example
White with #ABE5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE5B2; }
p { color: rgb(171,229,178); }
H1.HeaderClassName
{
color: #ABE5B2;
}
.AnyTagClassName
{
color: #ABE5B2;
}
</style>
background-color css
<style>
a { background-color: #ABE5B2; }
a { background-color: rgb(171,229,178); }
div.DivClassName
{
background-color: #ABE5B2;
}
.BgClassName
{
background-color: #ABE5B2;
}
</style>
border-color css
<style>
span { border-color: #ABE5B2; }
span { border-color: rgb(171,229,178); }
td.TdClassName
{
border-color: #ABE5B2;
}
.TagClassName
{
border-color: #ABE5B2;
}
</style>