Shades of Water Leaf #ABF8DF
Tints of Water Leaf #ABF8DF
RGB
CMYK
RGB Variations
Color information
#ABF8DF (or 0xABF8DF) is known color: Water Leaf. HEX triplet: AB, F8 and DF. RGB value is (171,248,223). Sum of RGB (Red+Green+Blue) = 171+248+223=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF8DF is #540720. Grayscale: #DEDEDE. Windows color (decimal): -5506849 or 14678187. OLE color: 14678187.
HSL color Cylindrical-coordinate representation of color #ABF8DF: hue angle of 160.52º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF8DF is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 248 | 223 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.03 |
| HSL | 160.52º | 0.85% | 0.82% | - |
| HSV(B) | 160.52º | 0.31% | 0.97% | - |
| XYZ | 63.68 | 81.12 | 82.11 | - |
| YUV | 222.13 | 128.49 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 248 | 223 | 0.31 | 0 | 0.10 | 0.03 | 160.52 | 0.85 | 0.82 |
| Hex | AB | F8 | DF | 1F | 0 | A | 3 | A1 | 55 | 52 |
| Octal | 253 | 370 | 337 | 37 | 0 | 12 | 3 | 241 | 125 | 122 |
| Binary | 10101011 | 11111000 | 11011111 | 11111 | 0 | 1010 | 11 | 10100001 | 1010101 | 1010010 |
Color Harmonies of #ABF8DF
Complementary color
Monochromatic Colors of #ABF8DF
Black with #ABF8DF
Text Example
Text Example
White with #ABF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF8DF; }
p { color: rgb(171,248,223); }
H1.HeaderClassName
{
color: #ABF8DF;
}
.AnyTagClassName
{
color: #ABF8DF;
}
</style>
background-color css
<style>
a { background-color: #ABF8DF; }
a { background-color: rgb(171,248,223); }
div.DivClassName
{
background-color: #ABF8DF;
}
.BgClassName
{
background-color: #ABF8DF;
}
</style>
border-color css
<style>
span { border-color: #ABF8DF; }
span { border-color: rgb(171,248,223); }
td.TdClassName
{
border-color: #ABF8DF;
}
.TagClassName
{
border-color: #ABF8DF;
}
</style>