Shades of Celadon #ABECB1
Tints of Celadon #ABECB1
RGB
CMYK
RGB Variations
Color information
#ABECB1 (or 0xABECB1) is known color: Celadon. HEX triplet: AB, EC and B1. RGB value is (171,236,177). Sum of RGB (Red+Green+Blue) = 171+236+177=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABECB1 is #54134E. Grayscale: #D2D2D2. Windows color (decimal): -5509967 or 11660459. OLE color: 11660459.
HSL color Cylindrical-coordinate representation of color #ABECB1: hue angle of 125.54º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECB1 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 177 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.07 |
| HSL | 125.54º | 0.63% | 0.8% | - |
| HSV(B) | 125.54º | 0.28% | 0.93% | - |
| XYZ | 54.73 | 71.82 | 52.57 | - |
| YUV | 209.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 177 | 0.28 | 0 | 0.25 | 0.07 | 125.54 | 0.63 | 0.8 |
| Hex | AB | EC | B1 | 1C | 0 | 19 | 7 | 7E | 3F | 50 |
| Octal | 253 | 354 | 261 | 34 | 0 | 31 | 7 | 176 | 77 | 120 |
| Binary | 10101011 | 11101100 | 10110001 | 11100 | 0 | 11001 | 111 | 1111110 | 111111 | 1010000 |
Color Harmonies of #ABECB1
Complementary color
Monochromatic Colors of #ABECB1
Black with #ABECB1
Text Example
Text Example
White with #ABECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECB1; }
p { color: rgb(171,236,177); }
H1.HeaderClassName
{
color: #ABECB1;
}
.AnyTagClassName
{
color: #ABECB1;
}
</style>
background-color css
<style>
a { background-color: #ABECB1; }
a { background-color: rgb(171,236,177); }
div.DivClassName
{
background-color: #ABECB1;
}
.BgClassName
{
background-color: #ABECB1;
}
</style>
border-color css
<style>
span { border-color: #ABECB1; }
span { border-color: rgb(171,236,177); }
td.TdClassName
{
border-color: #ABECB1;
}
.TagClassName
{
border-color: #ABECB1;
}
</style>