Shades of Water Leaf #ABEBE2
Tints of Water Leaf #ABEBE2
RGB
CMYK
RGB Variations
Color information
#ABEBE2 (or 0xABEBE2) is known color: Water Leaf. HEX triplet: AB, EB and E2. RGB value is (171,235,226). Sum of RGB (Red+Green+Blue) = 171+235+226=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBE2 is #54141D. Grayscale: #D6D6D6. Windows color (decimal): -5510174 or 14871467. OLE color: 14871467.
HSL color Cylindrical-coordinate representation of color #ABEBE2: hue angle of 171.56º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBE2 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 226 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.08 |
| HSL | 171.56º | 0.62% | 0.8% | - |
| HSV(B) | 171.56º | 0.27% | 0.92% | - |
| XYZ | 60.23 | 73.57 | 82.98 | - |
| YUV | 214.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 226 | 0.27 | 0 | 0.04 | 0.08 | 171.56 | 0.62 | 0.8 |
| Hex | AB | EB | E2 | 1B | 0 | 4 | 8 | AC | 3E | 50 |
| Octal | 253 | 353 | 342 | 33 | 0 | 4 | 10 | 254 | 76 | 120 |
| Binary | 10101011 | 11101011 | 11100010 | 11011 | 0 | 100 | 1000 | 10101100 | 111110 | 1010000 |
Color Harmonies of #ABEBE2
Complementary color
Monochromatic Colors of #ABEBE2
Black with #ABEBE2
Text Example
Text Example
White with #ABEBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBE2; }
p { color: rgb(171,235,226); }
H1.HeaderClassName
{
color: #ABEBE2;
}
.AnyTagClassName
{
color: #ABEBE2;
}
</style>
background-color css
<style>
a { background-color: #ABEBE2; }
a { background-color: rgb(171,235,226); }
div.DivClassName
{
background-color: #ABEBE2;
}
.BgClassName
{
background-color: #ABEBE2;
}
</style>
border-color css
<style>
span { border-color: #ABEBE2; }
span { border-color: rgb(171,235,226); }
td.TdClassName
{
border-color: #ABEBE2;
}
.TagClassName
{
border-color: #ABEBE2;
}
</style>