Shades of Water Leaf #ABEFE3
Tints of Water Leaf #ABEFE3
RGB
CMYK
RGB Variations
Color information
#ABEFE3 (or 0xABEFE3) is known color: Water Leaf. HEX triplet: AB, EF and E3. RGB value is (171,239,227). Sum of RGB (Red+Green+Blue) = 171+239+227=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFE3 is #54101C. Grayscale: #D9D9D9. Windows color (decimal): -5509149 or 14938027. OLE color: 14938027.
HSL color Cylindrical-coordinate representation of color #ABEFE3: hue angle of 169.41º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFE3 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 227 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.06 |
| HSL | 169.41º | 0.68% | 0.8% | - |
| HSV(B) | 169.41º | 0.28% | 0.94% | - |
| XYZ | 61.53 | 75.94 | 84.09 | - |
| YUV | 217.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 227 | 0.28 | 0 | 0.05 | 0.06 | 169.41 | 0.68 | 0.8 |
| Hex | AB | EF | E3 | 1C | 0 | 5 | 6 | A9 | 44 | 50 |
| Octal | 253 | 357 | 343 | 34 | 0 | 5 | 6 | 251 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11100011 | 11100 | 0 | 101 | 110 | 10101001 | 1000100 | 1010000 |
Color Harmonies of #ABEFE3
Complementary color
Monochromatic Colors of #ABEFE3
Black with #ABEFE3
Text Example
Text Example
White with #ABEFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFE3; }
p { color: rgb(171,239,227); }
H1.HeaderClassName
{
color: #ABEFE3;
}
.AnyTagClassName
{
color: #ABEFE3;
}
</style>
background-color css
<style>
a { background-color: #ABEFE3; }
a { background-color: rgb(171,239,227); }
div.DivClassName
{
background-color: #ABEFE3;
}
.BgClassName
{
background-color: #ABEFE3;
}
</style>
border-color css
<style>
span { border-color: #ABEFE3; }
span { border-color: rgb(171,239,227); }
td.TdClassName
{
border-color: #ABEFE3;
}
.TagClassName
{
border-color: #ABEFE3;
}
</style>