Shades of Water Leaf #ACF3E2
Tints of Water Leaf #ACF3E2
RGB
CMYK
RGB Variations
Color information
#ACF3E2 (or 0xACF3E2) is known color: Water Leaf. HEX triplet: AC, F3 and E2. RGB value is (172,243,226). Sum of RGB (Red+Green+Blue) = 172+243+226=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3E2 is #530C1D. Grayscale: #DBDBDB. Windows color (decimal): -5442590 or 14873516. OLE color: 14873516.
HSL color Cylindrical-coordinate representation of color #ACF3E2: hue angle of 165.63º 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 #ACF3E2 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 226 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.05 |
| HSL | 165.63º | 0.75% | 0.81% | - |
| HSV(B) | 165.63º | 0.29% | 0.95% | - |
| XYZ | 62.79 | 78.36 | 83.77 | - |
| YUV | 219.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 226 | 0.29 | 0 | 0.07 | 0.05 | 165.63 | 0.75 | 0.81 |
| Hex | AC | F3 | E2 | 1D | 0 | 7 | 5 | A6 | 4B | 51 |
| Octal | 254 | 363 | 342 | 35 | 0 | 7 | 5 | 246 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11100010 | 11101 | 0 | 111 | 101 | 10100110 | 1001011 | 1010001 |
Color Harmonies of #ACF3E2
Complementary color
Monochromatic Colors of #ACF3E2
Black with #ACF3E2
Text Example
Text Example
White with #ACF3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3E2; }
p { color: rgb(172,243,226); }
H1.HeaderClassName
{
color: #ACF3E2;
}
.AnyTagClassName
{
color: #ACF3E2;
}
</style>
background-color css
<style>
a { background-color: #ACF3E2; }
a { background-color: rgb(172,243,226); }
div.DivClassName
{
background-color: #ACF3E2;
}
.BgClassName
{
background-color: #ACF3E2;
}
</style>
border-color css
<style>
span { border-color: #ACF3E2; }
span { border-color: rgb(172,243,226); }
td.TdClassName
{
border-color: #ACF3E2;
}
.TagClassName
{
border-color: #ACF3E2;
}
</style>