Shades of Water Leaf #ACF9E6
Tints of Water Leaf #ACF9E6
RGB
CMYK
RGB Variations
Color information
#ACF9E6 (or 0xACF9E6) is known color: Water Leaf. HEX triplet: AC, F9 and E6. RGB value is (172,249,230). Sum of RGB (Red+Green+Blue) = 172+249+230=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9E6 is #530619. Grayscale: #DFDFDF. Windows color (decimal): -5441050 or 15137196. OLE color: 15137196.
HSL color Cylindrical-coordinate representation of color #ACF9E6: hue angle of 165.19º degrees, saturation: 0.87, 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 #ACF9E6 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 230 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.02 |
| HSL | 165.19º | 0.87% | 0.83% | - |
| HSV(B) | 165.19º | 0.31% | 0.98% | - |
| XYZ | 65.17 | 82.24 | 87.3 | - |
| YUV | 223.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 230 | 0.31 | 0 | 0.08 | 0.02 | 165.19 | 0.87 | 0.83 |
| Hex | AC | F9 | E6 | 1F | 0 | 8 | 2 | A5 | 57 | 53 |
| Octal | 254 | 371 | 346 | 37 | 0 | 10 | 2 | 245 | 127 | 123 |
| Binary | 10101100 | 11111001 | 11100110 | 11111 | 0 | 1000 | 10 | 10100101 | 1010111 | 1010011 |
Color Harmonies of #ACF9E6
Complementary color
Monochromatic Colors of #ACF9E6
Black with #ACF9E6
Text Example
Text Example
White with #ACF9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9E6; }
p { color: rgb(172,249,230); }
H1.HeaderClassName
{
color: #ACF9E6;
}
.AnyTagClassName
{
color: #ACF9E6;
}
</style>
background-color css
<style>
a { background-color: #ACF9E6; }
a { background-color: rgb(172,249,230); }
div.DivClassName
{
background-color: #ACF9E6;
}
.BgClassName
{
background-color: #ACF9E6;
}
</style>
border-color css
<style>
span { border-color: #ACF9E6; }
span { border-color: rgb(172,249,230); }
td.TdClassName
{
border-color: #ACF9E6;
}
.TagClassName
{
border-color: #ACF9E6;
}
</style>