Shades of Water Leaf #ACFBE1
Tints of Water Leaf #ACFBE1
RGB
CMYK
RGB Variations
Color information
#ACFBE1 (or 0xACFBE1) is known color: Water Leaf. HEX triplet: AC, FB and E1. RGB value is (172,251,225). Sum of RGB (Red+Green+Blue) = 172+251+225=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBE1 is #53041E. Grayscale: #E0E0E0. Windows color (decimal): -5440543 or 14810028. OLE color: 14810028.
HSL color Cylindrical-coordinate representation of color #ACFBE1: hue angle of 160.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBE1 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 225 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.02 |
| HSL | 160.25º | 0.91% | 0.83% | - |
| HSV(B) | 160.25º | 0.31% | 0.98% | - |
| XYZ | 65.1 | 83.2 | 83.86 | - |
| YUV | 224.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 225 | 0.31 | 0 | 0.10 | 0.02 | 160.25 | 0.91 | 0.83 |
| Hex | AC | FB | E1 | 1F | 0 | A | 2 | A0 | 5B | 53 |
| Octal | 254 | 373 | 341 | 37 | 0 | 12 | 2 | 240 | 133 | 123 |
| Binary | 10101100 | 11111011 | 11100001 | 11111 | 0 | 1010 | 10 | 10100000 | 1011011 | 1010011 |
Color Harmonies of #ACFBE1
Complementary color
Monochromatic Colors of #ACFBE1
Black with #ACFBE1
Text Example
Text Example
White with #ACFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBE1; }
p { color: rgb(172,251,225); }
H1.HeaderClassName
{
color: #ACFBE1;
}
.AnyTagClassName
{
color: #ACFBE1;
}
</style>
background-color css
<style>
a { background-color: #ACFBE1; }
a { background-color: rgb(172,251,225); }
div.DivClassName
{
background-color: #ACFBE1;
}
.BgClassName
{
background-color: #ACFBE1;
}
</style>
border-color css
<style>
span { border-color: #ACFBE1; }
span { border-color: rgb(172,251,225); }
td.TdClassName
{
border-color: #ACFBE1;
}
.TagClassName
{
border-color: #ACFBE1;
}
</style>