Shades of Celadon #ABFBAE
Tints of Celadon #ABFBAE
RGB
CMYK
RGB Variations
Color information
#ABFBAE (or 0xABFBAE) is known color: Celadon. HEX triplet: AB, FB and AE. RGB value is (171,251,174). Sum of RGB (Red+Green+Blue) = 171+251+174=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFBAE is #540451. Grayscale: #DADADA. Windows color (decimal): -5506130 or 11467691. OLE color: 11467691.
HSL color Cylindrical-coordinate representation of color #ABFBAE: hue angle of 122.25º 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 #ABFBAE is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 174 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.02 |
| HSL | 122.25º | 0.91% | 0.83% | - |
| HSV(B) | 122.25º | 0.32% | 0.98% | - |
| XYZ | 58.93 | 80.71 | 52.52 | - |
| YUV | 218.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 174 | 0.32 | 0 | 0.31 | 0.02 | 122.25 | 0.91 | 0.83 |
| Hex | AB | FB | AE | 20 | 0 | 1F | 2 | 7A | 5B | 53 |
| Octal | 253 | 373 | 256 | 40 | 0 | 37 | 2 | 172 | 133 | 123 |
| Binary | 10101011 | 11111011 | 10101110 | 100000 | 0 | 11111 | 10 | 1111010 | 1011011 | 1010011 |
Color Harmonies of #ABFBAE
Complementary color
Monochromatic Colors of #ABFBAE
Black with #ABFBAE
Text Example
Text Example
White with #ABFBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBAE; }
p { color: rgb(171,251,174); }
H1.HeaderClassName
{
color: #ABFBAE;
}
.AnyTagClassName
{
color: #ABFBAE;
}
</style>
background-color css
<style>
a { background-color: #ABFBAE; }
a { background-color: rgb(171,251,174); }
div.DivClassName
{
background-color: #ABFBAE;
}
.BgClassName
{
background-color: #ABFBAE;
}
</style>
border-color css
<style>
span { border-color: #ABFBAE; }
span { border-color: rgb(171,251,174); }
td.TdClassName
{
border-color: #ABFBAE;
}
.TagClassName
{
border-color: #ABFBAE;
}
</style>