Shades of Celadon #ABFBB3
Tints of Celadon #ABFBB3
RGB
CMYK
RGB Variations
Color information
#ABFBB3 (or 0xABFBB3) is known color: Celadon. HEX triplet: AB, FB and B3. RGB value is (171,251,179). Sum of RGB (Red+Green+Blue) = 171+251+179=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBB3 is #54044C. Grayscale: #DBDBDB. Windows color (decimal): -5506125 or 11795371. OLE color: 11795371.
HSL color Cylindrical-coordinate representation of color #ABFBB3: hue angle of 126º 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 #ABFBB3 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 179 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.02 |
| HSL | 126º | 0.91% | 0.83% | - |
| HSV(B) | 126º | 0.32% | 0.98% | - |
| XYZ | 59.43 | 80.91 | 55.13 | - |
| YUV | 218.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 179 | 0.32 | 0 | 0.29 | 0.02 | 126 | 0.91 | 0.83 |
| Hex | AB | FB | B3 | 20 | 0 | 1D | 2 | 7E | 5B | 53 |
| Octal | 253 | 373 | 263 | 40 | 0 | 35 | 2 | 176 | 133 | 123 |
| Binary | 10101011 | 11111011 | 10110011 | 100000 | 0 | 11101 | 10 | 1111110 | 1011011 | 1010011 |
Color Harmonies of #ABFBB3
Complementary color
Monochromatic Colors of #ABFBB3
Black with #ABFBB3
Text Example
Text Example
White with #ABFBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBB3; }
p { color: rgb(171,251,179); }
H1.HeaderClassName
{
color: #ABFBB3;
}
.AnyTagClassName
{
color: #ABFBB3;
}
</style>
background-color css
<style>
a { background-color: #ABFBB3; }
a { background-color: rgb(171,251,179); }
div.DivClassName
{
background-color: #ABFBB3;
}
.BgClassName
{
background-color: #ABFBB3;
}
</style>
border-color css
<style>
span { border-color: #ABFBB3; }
span { border-color: rgb(171,251,179); }
td.TdClassName
{
border-color: #ABFBB3;
}
.TagClassName
{
border-color: #ABFBB3;
}
</style>