Shades of Celadon #ABEBB4
Tints of Celadon #ABEBB4
RGB
CMYK
RGB Variations
Color information
#ABEBB4 (or 0xABEBB4) is known color: Celadon. HEX triplet: AB, EB and B4. RGB value is (171,235,180). Sum of RGB (Red+Green+Blue) = 171+235+180=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBB4 is #54144B. Grayscale: #D1D1D1. Windows color (decimal): -5510220 or 11856811. OLE color: 11856811.
HSL color Cylindrical-coordinate representation of color #ABEBB4: hue angle of 128.44º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBB4 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 180 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.08 |
| HSL | 128.44º | 0.62% | 0.8% | - |
| HSV(B) | 128.44º | 0.27% | 0.92% | - |
| XYZ | 54.74 | 71.37 | 54.07 | - |
| YUV | 209.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 180 | 0.27 | 0 | 0.23 | 0.08 | 128.44 | 0.62 | 0.8 |
| Hex | AB | EB | B4 | 1B | 0 | 17 | 8 | 80 | 3E | 50 |
| Octal | 253 | 353 | 264 | 33 | 0 | 27 | 10 | 200 | 76 | 120 |
| Binary | 10101011 | 11101011 | 10110100 | 11011 | 0 | 10111 | 1000 | 10000000 | 111110 | 1010000 |
Color Harmonies of #ABEBB4
Complementary color
Monochromatic Colors of #ABEBB4
Black with #ABEBB4
Text Example
Text Example
White with #ABEBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBB4; }
p { color: rgb(171,235,180); }
H1.HeaderClassName
{
color: #ABEBB4;
}
.AnyTagClassName
{
color: #ABEBB4;
}
</style>
background-color css
<style>
a { background-color: #ABEBB4; }
a { background-color: rgb(171,235,180); }
div.DivClassName
{
background-color: #ABEBB4;
}
.BgClassName
{
background-color: #ABEBB4;
}
</style>
border-color css
<style>
span { border-color: #ABEBB4; }
span { border-color: rgb(171,235,180); }
td.TdClassName
{
border-color: #ABEBB4;
}
.TagClassName
{
border-color: #ABEBB4;
}
</style>