Shades of Water Leaf #ACEEE3
Tints of Water Leaf #ACEEE3
RGB
CMYK
RGB Variations
Color information
#ACEEE3 (or 0xACEEE3) is known color: Water Leaf. HEX triplet: AC, EE and E3. RGB value is (172,238,227). Sum of RGB (Red+Green+Blue) = 172+238+227=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEE3 is #53111C. Grayscale: #D8D8D8. Windows color (decimal): -5443869 or 14937772. OLE color: 14937772.
HSL color Cylindrical-coordinate representation of color #ACEEE3: hue angle of 170º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEE3 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 227 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.07 |
| HSL | 170º | 0.66% | 0.8% | - |
| HSV(B) | 170º | 0.28% | 0.93% | - |
| XYZ | 61.45 | 75.47 | 84 | - |
| YUV | 217.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 227 | 0.28 | 0 | 0.05 | 0.07 | 170 | 0.66 | 0.8 |
| Hex | AC | EE | E3 | 1C | 0 | 5 | 7 | AA | 42 | 50 |
| Octal | 254 | 356 | 343 | 34 | 0 | 5 | 7 | 252 | 102 | 120 |
| Binary | 10101100 | 11101110 | 11100011 | 11100 | 0 | 101 | 111 | 10101010 | 1000010 | 1010000 |
Color Harmonies of #ACEEE3
Complementary color
Monochromatic Colors of #ACEEE3
Black with #ACEEE3
Text Example
Text Example
White with #ACEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEE3; }
p { color: rgb(172,238,227); }
H1.HeaderClassName
{
color: #ACEEE3;
}
.AnyTagClassName
{
color: #ACEEE3;
}
</style>
background-color css
<style>
a { background-color: #ACEEE3; }
a { background-color: rgb(172,238,227); }
div.DivClassName
{
background-color: #ACEEE3;
}
.BgClassName
{
background-color: #ACEEE3;
}
</style>
border-color css
<style>
span { border-color: #ACEEE3; }
span { border-color: rgb(172,238,227); }
td.TdClassName
{
border-color: #ACEEE3;
}
.TagClassName
{
border-color: #ACEEE3;
}
</style>