Shades of Celadon #ABFFB5
Tints of Celadon #ABFFB5
RGB
CMYK
RGB Variations
Color information
#ABFFB5 (or 0xABFFB5) is known color: Celadon. HEX triplet: AB, FF and B5. RGB value is (171,255,181). Sum of RGB (Red+Green+Blue) = 171+255+181=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFB5 is #54004A. Grayscale: #DDDDDD. Windows color (decimal): -5505099 or 11927467. OLE color: 11927467.
HSL color Cylindrical-coordinate representation of color #ABFFB5: hue angle of 127.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFB5 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 181 | - |
| CMYK | 0.33 | 0 | 0.29 | 0 |
| HSL | 127.14º | 1% | 0.84% | - |
| HSV(B) | 127.14º | 0.33% | 1% | - |
| XYZ | 60.9 | 83.51 | 56.63 | - |
| YUV | 221.45 | 105.17 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 181 | 0.33 | 0 | 0.29 | 0 | 127.14 | 1 | 0.84 |
| Hex | AB | FF | B5 | 21 | 0 | 1D | 0 | 7F | 64 | 54 |
| Octal | 253 | 377 | 265 | 41 | 0 | 35 | 0 | 177 | 144 | 124 |
| Binary | 10101011 | 11111111 | 10110101 | 100001 | 0 | 11101 | 0 | 1111111 | 1100100 | 1010100 |
Color Harmonies of #ABFFB5
Complementary color
Monochromatic Colors of #ABFFB5
Black with #ABFFB5
Text Example
Text Example
White with #ABFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFB5; }
p { color: rgb(171,255,181); }
H1.HeaderClassName
{
color: #ABFFB5;
}
.AnyTagClassName
{
color: #ABFFB5;
}
</style>
background-color css
<style>
a { background-color: #ABFFB5; }
a { background-color: rgb(171,255,181); }
div.DivClassName
{
background-color: #ABFFB5;
}
.BgClassName
{
background-color: #ABFFB5;
}
</style>
border-color css
<style>
span { border-color: #ABFFB5; }
span { border-color: rgb(171,255,181); }
td.TdClassName
{
border-color: #ABFFB5;
}
.TagClassName
{
border-color: #ABFFB5;
}
</style>