Shades of Celadon #ABF3B0
Tints of Celadon #ABF3B0
RGB
CMYK
RGB Variations
Color information
#ABF3B0 (or 0xABF3B0) is known color: Celadon. HEX triplet: AB, F3 and B0. RGB value is (171,243,176). Sum of RGB (Red+Green+Blue) = 171+243+176=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF3B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF3B0 is #540C4F. Grayscale: #D6D6D6. Windows color (decimal): -5508176 or 11596715. OLE color: 11596715.
HSL color Cylindrical-coordinate representation of color #ABF3B0: hue angle of 124.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF3B0 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 176 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.05 |
| HSL | 124.17º | 0.75% | 0.81% | - |
| HSV(B) | 124.17º | 0.3% | 0.95% | - |
| XYZ | 56.68 | 75.89 | 52.74 | - |
| YUV | 213.83 | 106.65 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 176 | 0.30 | 0 | 0.28 | 0.05 | 124.17 | 0.75 | 0.81 |
| Hex | AB | F3 | B0 | 1E | 0 | 1C | 5 | 7C | 4B | 51 |
| Octal | 253 | 363 | 260 | 36 | 0 | 34 | 5 | 174 | 113 | 121 |
| Binary | 10101011 | 11110011 | 10110000 | 11110 | 0 | 11100 | 101 | 1111100 | 1001011 | 1010001 |
Color Harmonies of #ABF3B0
Complementary color
Monochromatic Colors of #ABF3B0
Black with #ABF3B0
Text Example
Text Example
White with #ABF3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF3B0; }
p { color: rgb(171,243,176); }
H1.HeaderClassName
{
color: #ABF3B0;
}
.AnyTagClassName
{
color: #ABF3B0;
}
</style>
background-color css
<style>
a { background-color: #ABF3B0; }
a { background-color: rgb(171,243,176); }
div.DivClassName
{
background-color: #ABF3B0;
}
.BgClassName
{
background-color: #ABF3B0;
}
</style>
border-color css
<style>
span { border-color: #ABF3B0; }
span { border-color: rgb(171,243,176); }
td.TdClassName
{
border-color: #ABF3B0;
}
.TagClassName
{
border-color: #ABF3B0;
}
</style>