Shades of Water Leaf #ACF7E6
Tints of Water Leaf #ACF7E6
RGB
CMYK
RGB Variations
Color information
#ACF7E6 (or 0xACF7E6) is known color: Water Leaf. HEX triplet: AC, F7 and E6. RGB value is (172,247,230). Sum of RGB (Red+Green+Blue) = 172+247+230=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 247 (96.88% from 255 or 38.06% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7E6 is #530819. Grayscale: #DEDEDE. Windows color (decimal): -5441562 or 15136684. OLE color: 15136684.
HSL color Cylindrical-coordinate representation of color #ACF7E6: hue angle of 166.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7E6 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 230 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.03 |
| HSL | 166.4º | 0.82% | 0.82% | - |
| HSV(B) | 166.4º | 0.3% | 0.97% | - |
| XYZ | 64.56 | 81.01 | 87.1 | - |
| YUV | 222.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 230 | 0.30 | 0 | 0.07 | 0.03 | 166.4 | 0.82 | 0.82 |
| Hex | AC | F7 | E6 | 1E | 0 | 7 | 3 | A6 | 52 | 52 |
| Octal | 254 | 367 | 346 | 36 | 0 | 7 | 3 | 246 | 122 | 122 |
| Binary | 10101100 | 11110111 | 11100110 | 11110 | 0 | 111 | 11 | 10100110 | 1010010 | 1010010 |
Color Harmonies of #ACF7E6
Complementary color
Monochromatic Colors of #ACF7E6
Black with #ACF7E6
Text Example
Text Example
White with #ACF7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7E6; }
p { color: rgb(172,247,230); }
H1.HeaderClassName
{
color: #ACF7E6;
}
.AnyTagClassName
{
color: #ACF7E6;
}
</style>
background-color css
<style>
a { background-color: #ACF7E6; }
a { background-color: rgb(172,247,230); }
div.DivClassName
{
background-color: #ACF7E6;
}
.BgClassName
{
background-color: #ACF7E6;
}
</style>
border-color css
<style>
span { border-color: #ACF7E6; }
span { border-color: rgb(172,247,230); }
td.TdClassName
{
border-color: #ACF7E6;
}
.TagClassName
{
border-color: #ACF7E6;
}
</style>