Shades of Celadon #ABFFB6
Tints of Celadon #ABFFB6
RGB
CMYK
RGB Variations
Color information
#ABFFB6 (or 0xABFFB6) is known color: Celadon. HEX triplet: AB, FF and B6. RGB value is (171,255,182). Sum of RGB (Red+Green+Blue) = 171+255+182=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFB6 is #540049. Grayscale: #DDDDDD. Windows color (decimal): -5505098 or 11993003. OLE color: 11993003.
HSL color Cylindrical-coordinate representation of color #ABFFB6: hue angle of 127.86º 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 #ABFFB6 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 182 | - |
| CMYK | 0.33 | 0 | 0.29 | 0 |
| HSL | 127.86º | 1% | 0.84% | - |
| HSV(B) | 127.86º | 0.33% | 1% | - |
| XYZ | 61 | 83.56 | 57.17 | - |
| YUV | 221.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 182 | 0.33 | 0 | 0.29 | 0 | 127.86 | 1 | 0.84 |
| Hex | AB | FF | B6 | 21 | 0 | 1D | 0 | 80 | 64 | 54 |
| Octal | 253 | 377 | 266 | 41 | 0 | 35 | 0 | 200 | 144 | 124 |
| Binary | 10101011 | 11111111 | 10110110 | 100001 | 0 | 11101 | 0 | 10000000 | 1100100 | 1010100 |
Color Harmonies of #ABFFB6
Complementary color
Monochromatic Colors of #ABFFB6
Black with #ABFFB6
Text Example
Text Example
White with #ABFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFB6; }
p { color: rgb(171,255,182); }
H1.HeaderClassName
{
color: #ABFFB6;
}
.AnyTagClassName
{
color: #ABFFB6;
}
</style>
background-color css
<style>
a { background-color: #ABFFB6; }
a { background-color: rgb(171,255,182); }
div.DivClassName
{
background-color: #ABFFB6;
}
.BgClassName
{
background-color: #ABFFB6;
}
</style>
border-color css
<style>
span { border-color: #ABFFB6; }
span { border-color: rgb(171,255,182); }
td.TdClassName
{
border-color: #ABFFB6;
}
.TagClassName
{
border-color: #ABFFB6;
}
</style>