Shades of Celadon #ABFFB0
Tints of Celadon #ABFFB0
RGB
CMYK
RGB Variations
Color information
#ABFFB0 (or 0xABFFB0) is known color: Celadon. HEX triplet: AB, FF and B0. RGB value is (171,255,176). Sum of RGB (Red+Green+Blue) = 171+255+176=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFFB0 is #54004F. Grayscale: #DDDDDD. Windows color (decimal): -5505104 or 11599787. OLE color: 11599787.
HSL color Cylindrical-coordinate representation of color #ABFFB0: hue angle of 123.57º 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 #ABFFB0 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 176 | - |
| CMYK | 0.33 | 0 | 0.31 | 0 |
| HSL | 123.57º | 1% | 0.84% | - |
| HSV(B) | 123.57º | 0.33% | 1% | - |
| XYZ | 60.39 | 83.31 | 53.97 | - |
| YUV | 220.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 176 | 0.33 | 0 | 0.31 | 0 | 123.57 | 1 | 0.84 |
| Hex | AB | FF | B0 | 21 | 0 | 1F | 0 | 7C | 64 | 54 |
| Octal | 253 | 377 | 260 | 41 | 0 | 37 | 0 | 174 | 144 | 124 |
| Binary | 10101011 | 11111111 | 10110000 | 100001 | 0 | 11111 | 0 | 1111100 | 1100100 | 1010100 |
Color Harmonies of #ABFFB0
Complementary color
Monochromatic Colors of #ABFFB0
Black with #ABFFB0
Text Example
Text Example
White with #ABFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFB0; }
p { color: rgb(171,255,176); }
H1.HeaderClassName
{
color: #ABFFB0;
}
.AnyTagClassName
{
color: #ABFFB0;
}
</style>
background-color css
<style>
a { background-color: #ABFFB0; }
a { background-color: rgb(171,255,176); }
div.DivClassName
{
background-color: #ABFFB0;
}
.BgClassName
{
background-color: #ABFFB0;
}
</style>
border-color css
<style>
span { border-color: #ABFFB0; }
span { border-color: rgb(171,255,176); }
td.TdClassName
{
border-color: #ABFFB0;
}
.TagClassName
{
border-color: #ABFFB0;
}
</style>