Shades of Celadon #ABFDB4
Tints of Celadon #ABFDB4
RGB
CMYK
RGB Variations
Color information
#ABFDB4 (or 0xABFDB4) is known color: Celadon. HEX triplet: AB, FD and B4. RGB value is (171,253,180). Sum of RGB (Red+Green+Blue) = 171+253+180=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDB4 is #54024B. Grayscale: #DCDCDC. Windows color (decimal): -5505612 or 11861419. OLE color: 11861419.
HSL color Cylindrical-coordinate representation of color #ABFDB4: hue angle of 126.59º 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 #ABFDB4 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 171 | 253 | 180 | - |
CMYK | 0.32 | 0 | 0.29 | 0.01 |
HSL | 126.59º | 0.95% | 0.83% | - |
HSV(B) | 126.59º | 0.32% | 0.99% | - |
XYZ | 60.16 | 82.2 | 55.88 | - |
YUV | 220.16 | 105.33 | 92.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 253 | 180 | 0.32 | 0 | 0.29 | 0.01 | 126.59 | 0.95 | 0.83 |
Hex | AB | FD | B4 | 20 | 0 | 1D | 1 | 7F | 5F | 53 |
Octal | 253 | 375 | 264 | 40 | 0 | 35 | 1 | 177 | 137 | 123 |
Binary | 10101011 | 11111101 | 10110100 | 100000 | 0 | 11101 | 1 | 1111111 | 1011111 | 1010011 |
Color Harmonies of #ABFDB4
Complementary color
Monochromatic Colors of #ABFDB4
Black with #ABFDB4
Text Example
Text Example
White with #ABFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDB4; }
p { color: rgb(171,253,180); }
H1.HeaderClassName
{
color: #ABFDB4;
}
.AnyTagClassName
{
color: #ABFDB4;
}
</style>
background-color css
<style>
a { background-color: #ABFDB4; }
a { background-color: rgb(171,253,180); }
div.DivClassName
{
background-color: #ABFDB4;
}
.BgClassName
{
background-color: #ABFDB4;
}
</style>
border-color css
<style>
span { border-color: #ABFDB4; }
span { border-color: rgb(171,253,180); }
td.TdClassName
{
border-color: #ABFDB4;
}
.TagClassName
{
border-color: #ABFDB4;
}
</style>