Shades of Celadon #ABFFB3
Tints of Celadon #ABFFB3
RGB
CMYK
RGB Variations
Color information
#ABFFB3 (or 0xABFFB3) is known color: Celadon. HEX triplet: AB, FF and B3. RGB value is (171,255,179). Sum of RGB (Red+Green+Blue) = 171+255+179=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFB3 is #54004C. Grayscale: #DDDDDD. Windows color (decimal): -5505101 or 11796395. OLE color: 11796395.
HSL color Cylindrical-coordinate representation of color #ABFFB3: hue angle of 125.71º 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 #ABFFB3 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 179 | - |
| CMYK | 0.33 | 0 | 0.30 | 0 |
| HSL | 125.71º | 1% | 0.84% | - |
| HSV(B) | 125.71º | 0.33% | 1% | - |
| XYZ | 60.69 | 83.43 | 55.55 | - |
| YUV | 221.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 179 | 0.33 | 0 | 0.30 | 0 | 125.71 | 1 | 0.84 |
| Hex | AB | FF | B3 | 21 | 0 | 1E | 0 | 7E | 64 | 54 |
| Octal | 253 | 377 | 263 | 41 | 0 | 36 | 0 | 176 | 144 | 124 |
| Binary | 10101011 | 11111111 | 10110011 | 100001 | 0 | 11110 | 0 | 1111110 | 1100100 | 1010100 |
Color Harmonies of #ABFFB3
Complementary color
Monochromatic Colors of #ABFFB3
Black with #ABFFB3
Text Example
Text Example
White with #ABFFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFB3; }
p { color: rgb(171,255,179); }
H1.HeaderClassName
{
color: #ABFFB3;
}
.AnyTagClassName
{
color: #ABFFB3;
}
</style>
background-color css
<style>
a { background-color: #ABFFB3; }
a { background-color: rgb(171,255,179); }
div.DivClassName
{
background-color: #ABFFB3;
}
.BgClassName
{
background-color: #ABFFB3;
}
</style>
border-color css
<style>
span { border-color: #ABFFB3; }
span { border-color: rgb(171,255,179); }
td.TdClassName
{
border-color: #ABFFB3;
}
.TagClassName
{
border-color: #ABFFB3;
}
</style>