Shades of Celadon #ABFEB0
Tints of Celadon #ABFEB0
RGB
CMYK
RGB Variations
Color information
#ABFEB0 (or 0xABFEB0) is known color: Celadon. HEX triplet: AB, FE and B0. RGB value is (171,254,176). Sum of RGB (Red+Green+Blue) = 171+254+176=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFEB0 is #54014F. Grayscale: #DCDCDC. Windows color (decimal): -5505360 or 11599531. OLE color: 11599531.
HSL color Cylindrical-coordinate representation of color #ABFEB0: hue angle of 123.61º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEB0 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 176 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.00 |
| HSL | 123.61º | 0.98% | 0.83% | - |
| HSV(B) | 123.61º | 0.33% | 1% | - |
| XYZ | 60.07 | 82.68 | 53.87 | - |
| YUV | 220.29 | 103 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 176 | 0.33 | 0 | 0.31 | 0.00 | 123.61 | 0.98 | 0.83 |
| Hex | AB | FE | B0 | 21 | 0 | 1F | 0 | 7C | 62 | 53 |
| Octal | 253 | 376 | 260 | 41 | 0 | 37 | 0 | 174 | 142 | 123 |
| Binary | 10101011 | 11111110 | 10110000 | 100001 | 0 | 11111 | 0 | 1111100 | 1100010 | 1010011 |
Color Harmonies of #ABFEB0
Complementary color
Monochromatic Colors of #ABFEB0
Black with #ABFEB0
Text Example
Text Example
White with #ABFEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEB0; }
p { color: rgb(171,254,176); }
H1.HeaderClassName
{
color: #ABFEB0;
}
.AnyTagClassName
{
color: #ABFEB0;
}
</style>
background-color css
<style>
a { background-color: #ABFEB0; }
a { background-color: rgb(171,254,176); }
div.DivClassName
{
background-color: #ABFEB0;
}
.BgClassName
{
background-color: #ABFEB0;
}
</style>
border-color css
<style>
span { border-color: #ABFEB0; }
span { border-color: rgb(171,254,176); }
td.TdClassName
{
border-color: #ABFEB0;
}
.TagClassName
{
border-color: #ABFEB0;
}
</style>