Shades of Celadon #ABFBAD
Tints of Celadon #ABFBAD
RGB
CMYK
RGB Variations
Color information
#ABFBAD (or 0xABFBAD) is known color: Celadon. HEX triplet: AB, FB and AD. RGB value is (171,251,173). Sum of RGB (Red+Green+Blue) = 171+251+173=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFBAD is #540452. Grayscale: #DADADA. Windows color (decimal): -5506131 or 11402155. OLE color: 11402155.
HSL color Cylindrical-coordinate representation of color #ABFBAD: hue angle of 121.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBAD is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 173 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.02 |
| HSL | 121.5º | 0.91% | 0.83% | - |
| HSV(B) | 121.5º | 0.32% | 0.98% | - |
| XYZ | 58.83 | 80.67 | 52.01 | - |
| YUV | 218.19 | 102.5 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 173 | 0.32 | 0 | 0.31 | 0.02 | 121.5 | 0.91 | 0.83 |
| Hex | AB | FB | AD | 20 | 0 | 1F | 2 | 7A | 5B | 53 |
| Octal | 253 | 373 | 255 | 40 | 0 | 37 | 2 | 172 | 133 | 123 |
| Binary | 10101011 | 11111011 | 10101101 | 100000 | 0 | 11111 | 10 | 1111010 | 1011011 | 1010011 |
Color Harmonies of #ABFBAD
Complementary color
Monochromatic Colors of #ABFBAD
Black with #ABFBAD
Text Example
Text Example
White with #ABFBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBAD; }
p { color: rgb(171,251,173); }
H1.HeaderClassName
{
color: #ABFBAD;
}
.AnyTagClassName
{
color: #ABFBAD;
}
</style>
background-color css
<style>
a { background-color: #ABFBAD; }
a { background-color: rgb(171,251,173); }
div.DivClassName
{
background-color: #ABFBAD;
}
.BgClassName
{
background-color: #ABFBAD;
}
</style>
border-color css
<style>
span { border-color: #ABFBAD; }
span { border-color: rgb(171,251,173); }
td.TdClassName
{
border-color: #ABFBAD;
}
.TagClassName
{
border-color: #ABFBAD;
}
</style>