Shades of Celadon #ABE2B2
Tints of Celadon #ABE2B2
RGB
CMYK
RGB Variations
Color information
#ABE2B2 (or 0xABE2B2) is known color: Celadon. HEX triplet: AB, E2 and B2. RGB value is (171,226,178). Sum of RGB (Red+Green+Blue) = 171+226+178=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE2B2 is #541D4D. Grayscale: #CCCCCC. Windows color (decimal): -5512526 or 11723435. OLE color: 11723435.
HSL color Cylindrical-coordinate representation of color #ABE2B2: hue angle of 127.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE2B2 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 178 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.11 |
| HSL | 127.64º | 0.49% | 0.78% | - |
| HSV(B) | 127.64º | 0.24% | 0.89% | - |
| XYZ | 52.03 | 66.26 | 52.17 | - |
| YUV | 204.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 178 | 0.24 | 0 | 0.21 | 0.11 | 127.64 | 0.49 | 0.78 |
| Hex | AB | E2 | B2 | 18 | 0 | 15 | B | 80 | 31 | 4E |
| Octal | 253 | 342 | 262 | 30 | 0 | 25 | 13 | 200 | 61 | 116 |
| Binary | 10101011 | 11100010 | 10110010 | 11000 | 0 | 10101 | 1011 | 10000000 | 110001 | 1001110 |
Color Harmonies of #ABE2B2
Complementary color
Monochromatic Colors of #ABE2B2
Black with #ABE2B2
Text Example
Text Example
White with #ABE2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE2B2; }
p { color: rgb(171,226,178); }
H1.HeaderClassName
{
color: #ABE2B2;
}
.AnyTagClassName
{
color: #ABE2B2;
}
</style>
background-color css
<style>
a { background-color: #ABE2B2; }
a { background-color: rgb(171,226,178); }
div.DivClassName
{
background-color: #ABE2B2;
}
.BgClassName
{
background-color: #ABE2B2;
}
</style>
border-color css
<style>
span { border-color: #ABE2B2; }
span { border-color: rgb(171,226,178); }
td.TdClassName
{
border-color: #ABE2B2;
}
.TagClassName
{
border-color: #ABE2B2;
}
</style>