Shades of Celadon #ABECB2
Tints of Celadon #ABECB2
RGB
CMYK
RGB Variations
Color information
#ABECB2 (or 0xABECB2) is known color: Celadon. HEX triplet: AB, EC and B2. RGB value is (171,236,178). Sum of RGB (Red+Green+Blue) = 171+236+178=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABECB2 is #54134D. Grayscale: #D2D2D2. Windows color (decimal): -5509966 or 11725995. OLE color: 11725995.
HSL color Cylindrical-coordinate representation of color #ABECB2: hue angle of 126.46º 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 #ABECB2 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 178 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.07 |
| HSL | 126.46º | 0.63% | 0.8% | - |
| HSV(B) | 126.46º | 0.28% | 0.93% | - |
| XYZ | 54.83 | 71.86 | 53.1 | - |
| YUV | 209.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 178 | 0.28 | 0 | 0.25 | 0.07 | 126.46 | 0.63 | 0.8 |
| Hex | AB | EC | B2 | 1C | 0 | 19 | 7 | 7E | 3F | 50 |
| Octal | 253 | 354 | 262 | 34 | 0 | 31 | 7 | 176 | 77 | 120 |
| Binary | 10101011 | 11101100 | 10110010 | 11100 | 0 | 11001 | 111 | 1111110 | 111111 | 1010000 |
Color Harmonies of #ABECB2
Complementary color
Monochromatic Colors of #ABECB2
Black with #ABECB2
Text Example
Text Example
White with #ABECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECB2; }
p { color: rgb(171,236,178); }
H1.HeaderClassName
{
color: #ABECB2;
}
.AnyTagClassName
{
color: #ABECB2;
}
</style>
background-color css
<style>
a { background-color: #ABECB2; }
a { background-color: rgb(171,236,178); }
div.DivClassName
{
background-color: #ABECB2;
}
.BgClassName
{
background-color: #ABECB2;
}
</style>
border-color css
<style>
span { border-color: #ABECB2; }
span { border-color: rgb(171,236,178); }
td.TdClassName
{
border-color: #ABECB2;
}
.TagClassName
{
border-color: #ABECB2;
}
</style>