Shades of Celadon #ABF0B4
Tints of Celadon #ABF0B4
RGB
CMYK
RGB Variations
Color information
#ABF0B4 (or 0xABF0B4) is known color: Celadon. HEX triplet: AB, F0 and B4. RGB value is (171,240,180). Sum of RGB (Red+Green+Blue) = 171+240+180=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0B4 is #540F4B. Grayscale: #D4D4D4. Windows color (decimal): -5508940 or 11858091. OLE color: 11858091.
HSL color Cylindrical-coordinate representation of color #ABF0B4: hue angle of 127.83º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0B4 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 180 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.06 |
| HSL | 127.83º | 0.7% | 0.81% | - |
| HSV(B) | 127.83º | 0.29% | 0.94% | - |
| XYZ | 56.19 | 74.27 | 54.55 | - |
| YUV | 212.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 180 | 0.29 | 0 | 0.25 | 0.06 | 127.83 | 0.7 | 0.81 |
| Hex | AB | F0 | B4 | 1D | 0 | 19 | 6 | 80 | 46 | 51 |
| Octal | 253 | 360 | 264 | 35 | 0 | 31 | 6 | 200 | 106 | 121 |
| Binary | 10101011 | 11110000 | 10110100 | 11101 | 0 | 11001 | 110 | 10000000 | 1000110 | 1010001 |
Color Harmonies of #ABF0B4
Complementary color
Monochromatic Colors of #ABF0B4
Black with #ABF0B4
Text Example
Text Example
White with #ABF0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0B4; }
p { color: rgb(171,240,180); }
H1.HeaderClassName
{
color: #ABF0B4;
}
.AnyTagClassName
{
color: #ABF0B4;
}
</style>
background-color css
<style>
a { background-color: #ABF0B4; }
a { background-color: rgb(171,240,180); }
div.DivClassName
{
background-color: #ABF0B4;
}
.BgClassName
{
background-color: #ABF0B4;
}
</style>
border-color css
<style>
span { border-color: #ABF0B4; }
span { border-color: rgb(171,240,180); }
td.TdClassName
{
border-color: #ABF0B4;
}
.TagClassName
{
border-color: #ABF0B4;
}
</style>