Shades of Celadon #ABEAB4
Tints of Celadon #ABEAB4
RGB
CMYK
RGB Variations
Color information
#ABEAB4 (or 0xABEAB4) is known color: Celadon. HEX triplet: AB, EA and B4. RGB value is (171,234,180). Sum of RGB (Red+Green+Blue) = 171+234+180=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAB4 is #54154B. Grayscale: #D1D1D1. Windows color (decimal): -5510476 or 11856555. OLE color: 11856555.
HSL color Cylindrical-coordinate representation of color #ABEAB4: hue angle of 128.57º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEAB4 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 234 | 180 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.08 |
| HSL | 128.57º | 0.6% | 0.79% | - |
| HSV(B) | 128.57º | 0.27% | 0.92% | - |
| XYZ | 54.46 | 70.8 | 53.98 | - |
| YUV | 209.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 234 | 180 | 0.27 | 0 | 0.23 | 0.08 | 128.57 | 0.6 | 0.79 |
| Hex | AB | EA | B4 | 1B | 0 | 17 | 8 | 81 | 3C | 4F |
| Octal | 253 | 352 | 264 | 33 | 0 | 27 | 10 | 201 | 74 | 117 |
| Binary | 10101011 | 11101010 | 10110100 | 11011 | 0 | 10111 | 1000 | 10000001 | 111100 | 1001111 |
Color Harmonies of #ABEAB4
Complementary color
Monochromatic Colors of #ABEAB4
Black with #ABEAB4
Text Example
Text Example
White with #ABEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEAB4; }
p { color: rgb(171,234,180); }
H1.HeaderClassName
{
color: #ABEAB4;
}
.AnyTagClassName
{
color: #ABEAB4;
}
</style>
background-color css
<style>
a { background-color: #ABEAB4; }
a { background-color: rgb(171,234,180); }
div.DivClassName
{
background-color: #ABEAB4;
}
.BgClassName
{
background-color: #ABEAB4;
}
</style>
border-color css
<style>
span { border-color: #ABEAB4; }
span { border-color: rgb(171,234,180); }
td.TdClassName
{
border-color: #ABEAB4;
}
.TagClassName
{
border-color: #ABEAB4;
}
</style>