Shades of Celadon #ABE1B2
Tints of Celadon #ABE1B2
RGB
CMYK
RGB Variations
Color information
#ABE1B2 (or 0xABE1B2) is known color: Celadon. HEX triplet: AB, E1 and B2. RGB value is (171,225,178). Sum of RGB (Red+Green+Blue) = 171+225+178=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE1B2 is #541E4D. Grayscale: #CBCBCB. Windows color (decimal): -5512782 or 11723179. OLE color: 11723179.
HSL color Cylindrical-coordinate representation of color #ABE1B2: hue angle of 127.78º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE1B2 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 178 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.12 |
| HSL | 127.78º | 0.47% | 0.78% | - |
| HSV(B) | 127.78º | 0.24% | 0.88% | - |
| XYZ | 51.76 | 65.72 | 52.08 | - |
| YUV | 203.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 178 | 0.24 | 0 | 0.21 | 0.12 | 127.78 | 0.47 | 0.78 |
| Hex | AB | E1 | B2 | 18 | 0 | 15 | C | 80 | 2F | 4E |
| Octal | 253 | 341 | 262 | 30 | 0 | 25 | 14 | 200 | 57 | 116 |
| Binary | 10101011 | 11100001 | 10110010 | 11000 | 0 | 10101 | 1100 | 10000000 | 101111 | 1001110 |
Color Harmonies of #ABE1B2
Complementary color
Monochromatic Colors of #ABE1B2
Black with #ABE1B2
Text Example
Text Example
White with #ABE1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1B2; }
p { color: rgb(171,225,178); }
H1.HeaderClassName
{
color: #ABE1B2;
}
.AnyTagClassName
{
color: #ABE1B2;
}
</style>
background-color css
<style>
a { background-color: #ABE1B2; }
a { background-color: rgb(171,225,178); }
div.DivClassName
{
background-color: #ABE1B2;
}
.BgClassName
{
background-color: #ABE1B2;
}
</style>
border-color css
<style>
span { border-color: #ABE1B2; }
span { border-color: rgb(171,225,178); }
td.TdClassName
{
border-color: #ABE1B2;
}
.TagClassName
{
border-color: #ABE1B2;
}
</style>