Shades of Celadon #ABFDB2
Tints of Celadon #ABFDB2
RGB
CMYK
RGB Variations
Color information
#ABFDB2 (or 0xABFDB2) is known color: Celadon. HEX triplet: AB, FD and B2. RGB value is (171,253,178). Sum of RGB (Red+Green+Blue) = 171+253+178=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFDB2 is #54024D. Grayscale: #DCDCDC. Windows color (decimal): -5505614 or 11730347. OLE color: 11730347.
HSL color Cylindrical-coordinate representation of color #ABFDB2: hue angle of 125.12º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDB2 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 178 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.01 |
| HSL | 125.12º | 0.95% | 0.83% | - |
| HSV(B) | 125.12º | 0.32% | 0.99% | - |
| XYZ | 59.96 | 82.12 | 54.81 | - |
| YUV | 219.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 178 | 0.32 | 0 | 0.30 | 0.01 | 125.12 | 0.95 | 0.83 |
| Hex | AB | FD | B2 | 20 | 0 | 1E | 1 | 7D | 5F | 53 |
| Octal | 253 | 375 | 262 | 40 | 0 | 36 | 1 | 175 | 137 | 123 |
| Binary | 10101011 | 11111101 | 10110010 | 100000 | 0 | 11110 | 1 | 1111101 | 1011111 | 1010011 |
Color Harmonies of #ABFDB2
Complementary color
Monochromatic Colors of #ABFDB2
Black with #ABFDB2
Text Example
Text Example
White with #ABFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDB2; }
p { color: rgb(171,253,178); }
H1.HeaderClassName
{
color: #ABFDB2;
}
.AnyTagClassName
{
color: #ABFDB2;
}
</style>
background-color css
<style>
a { background-color: #ABFDB2; }
a { background-color: rgb(171,253,178); }
div.DivClassName
{
background-color: #ABFDB2;
}
.BgClassName
{
background-color: #ABFDB2;
}
</style>
border-color css
<style>
span { border-color: #ABFDB2; }
span { border-color: rgb(171,253,178); }
td.TdClassName
{
border-color: #ABFDB2;
}
.TagClassName
{
border-color: #ABFDB2;
}
</style>