Shades of Water Leaf #ABF4E6
Tints of Water Leaf #ABF4E6
RGB
CMYK
RGB Variations
Color information
#ABF4E6 (or 0xABF4E6) is known color: Water Leaf. HEX triplet: AB, F4 and E6. RGB value is (171,244,230). Sum of RGB (Red+Green+Blue) = 171+244+230=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF4E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF4E6 is #540B19. Grayscale: #DCDCDC. Windows color (decimal): -5507866 or 15135915. OLE color: 15135915.
HSL color Cylindrical-coordinate representation of color #ABF4E6: hue angle of 168.49º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF4E6 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 244 | 230 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.04 |
| HSL | 168.49º | 0.77% | 0.81% | - |
| HSV(B) | 168.49º | 0.3% | 0.96% | - |
| XYZ | 63.43 | 79.07 | 86.78 | - |
| YUV | 220.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 244 | 230 | 0.30 | 0 | 0.06 | 0.04 | 168.49 | 0.77 | 0.81 |
| Hex | AB | F4 | E6 | 1E | 0 | 6 | 4 | A8 | 4D | 51 |
| Octal | 253 | 364 | 346 | 36 | 0 | 6 | 4 | 250 | 115 | 121 |
| Binary | 10101011 | 11110100 | 11100110 | 11110 | 0 | 110 | 100 | 10101000 | 1001101 | 1010001 |
Color Harmonies of #ABF4E6
Complementary color
Monochromatic Colors of #ABF4E6
Black with #ABF4E6
Text Example
Text Example
White with #ABF4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF4E6; }
p { color: rgb(171,244,230); }
H1.HeaderClassName
{
color: #ABF4E6;
}
.AnyTagClassName
{
color: #ABF4E6;
}
</style>
background-color css
<style>
a { background-color: #ABF4E6; }
a { background-color: rgb(171,244,230); }
div.DivClassName
{
background-color: #ABF4E6;
}
.BgClassName
{
background-color: #ABF4E6;
}
</style>
border-color css
<style>
span { border-color: #ABF4E6; }
span { border-color: rgb(171,244,230); }
td.TdClassName
{
border-color: #ABF4E6;
}
.TagClassName
{
border-color: #ABF4E6;
}
</style>