Shades of Celadon #ABFDB3
Tints of Celadon #ABFDB3
RGB
CMYK
RGB Variations
Color information
#ABFDB3 (or 0xABFDB3) is known color: Celadon. HEX triplet: AB, FD and B3. RGB value is (171,253,179). Sum of RGB (Red+Green+Blue) = 171+253+179=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDB3 is #54024C. Grayscale: #DCDCDC. Windows color (decimal): -5505613 or 11795883. OLE color: 11795883.
HSL color Cylindrical-coordinate representation of color #ABFDB3: hue angle of 125.85º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDB3 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 179 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.01 |
| HSL | 125.85º | 0.95% | 0.83% | - |
| HSV(B) | 125.85º | 0.32% | 0.99% | - |
| XYZ | 60.06 | 82.16 | 55.34 | - |
| YUV | 220.05 | 104.83 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 179 | 0.32 | 0 | 0.29 | 0.01 | 125.85 | 0.95 | 0.83 |
| Hex | AB | FD | B3 | 20 | 0 | 1D | 1 | 7E | 5F | 53 |
| Octal | 253 | 375 | 263 | 40 | 0 | 35 | 1 | 176 | 137 | 123 |
| Binary | 10101011 | 11111101 | 10110011 | 100000 | 0 | 11101 | 1 | 1111110 | 1011111 | 1010011 |
Color Harmonies of #ABFDB3
Complementary color
Monochromatic Colors of #ABFDB3
Black with #ABFDB3
Text Example
Text Example
White with #ABFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDB3; }
p { color: rgb(171,253,179); }
H1.HeaderClassName
{
color: #ABFDB3;
}
.AnyTagClassName
{
color: #ABFDB3;
}
</style>
background-color css
<style>
a { background-color: #ABFDB3; }
a { background-color: rgb(171,253,179); }
div.DivClassName
{
background-color: #ABFDB3;
}
.BgClassName
{
background-color: #ABFDB3;
}
</style>
border-color css
<style>
span { border-color: #ABFDB3; }
span { border-color: rgb(171,253,179); }
td.TdClassName
{
border-color: #ABFDB3;
}
.TagClassName
{
border-color: #ABFDB3;
}
</style>