Shades of Water Leaf #ACF3E4
Tints of Water Leaf #ACF3E4
RGB
CMYK
RGB Variations
Color information
#ACF3E4 (or 0xACF3E4) is known color: Water Leaf. HEX triplet: AC, F3 and E4. RGB value is (172,243,228). Sum of RGB (Red+Green+Blue) = 172+243+228=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3E4 is #530C1B. Grayscale: #DCDCDC. Windows color (decimal): -5442588 or 15004588. OLE color: 15004588.
HSL color Cylindrical-coordinate representation of color #ACF3E4: hue angle of 167.32º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3E4 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 228 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.05 |
| HSL | 167.32º | 0.75% | 0.81% | - |
| HSV(B) | 167.32º | 0.29% | 0.95% | - |
| XYZ | 63.07 | 78.47 | 85.22 | - |
| YUV | 220.06 | 132.48 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 228 | 0.29 | 0 | 0.06 | 0.05 | 167.32 | 0.75 | 0.81 |
| Hex | AC | F3 | E4 | 1D | 0 | 6 | 5 | A7 | 4B | 51 |
| Octal | 254 | 363 | 344 | 35 | 0 | 6 | 5 | 247 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11100100 | 11101 | 0 | 110 | 101 | 10100111 | 1001011 | 1010001 |
Color Harmonies of #ACF3E4
Complementary color
Monochromatic Colors of #ACF3E4
Black with #ACF3E4
Text Example
Text Example
White with #ACF3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3E4; }
p { color: rgb(172,243,228); }
H1.HeaderClassName
{
color: #ACF3E4;
}
.AnyTagClassName
{
color: #ACF3E4;
}
</style>
background-color css
<style>
a { background-color: #ACF3E4; }
a { background-color: rgb(172,243,228); }
div.DivClassName
{
background-color: #ACF3E4;
}
.BgClassName
{
background-color: #ACF3E4;
}
</style>
border-color css
<style>
span { border-color: #ACF3E4; }
span { border-color: rgb(172,243,228); }
td.TdClassName
{
border-color: #ACF3E4;
}
.TagClassName
{
border-color: #ACF3E4;
}
</style>