Shades of Water Leaf #ACF3E5
Tints of Water Leaf #ACF3E5
RGB
CMYK
RGB Variations
Color information
#ACF3E5 (or 0xACF3E5) is known color: Water Leaf. HEX triplet: AC, F3 and E5. RGB value is (172,243,229). Sum of RGB (Red+Green+Blue) = 172+243+229=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3E5 is #530C1A. Grayscale: #DCDCDC. Windows color (decimal): -5442587 or 15070124. OLE color: 15070124.
HSL color Cylindrical-coordinate representation of color #ACF3E5: hue angle of 168.17º 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 #ACF3E5 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 229 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.05 |
| HSL | 168.17º | 0.75% | 0.81% | - |
| HSV(B) | 168.17º | 0.29% | 0.95% | - |
| XYZ | 63.21 | 78.53 | 85.96 | - |
| YUV | 220.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 229 | 0.29 | 0 | 0.06 | 0.05 | 168.17 | 0.75 | 0.81 |
| Hex | AC | F3 | E5 | 1D | 0 | 6 | 5 | A8 | 4B | 51 |
| Octal | 254 | 363 | 345 | 35 | 0 | 6 | 5 | 250 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11100101 | 11101 | 0 | 110 | 101 | 10101000 | 1001011 | 1010001 |
Color Harmonies of #ACF3E5
Complementary color
Monochromatic Colors of #ACF3E5
Black with #ACF3E5
Text Example
Text Example
White with #ACF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3E5; }
p { color: rgb(172,243,229); }
H1.HeaderClassName
{
color: #ACF3E5;
}
.AnyTagClassName
{
color: #ACF3E5;
}
</style>
background-color css
<style>
a { background-color: #ACF3E5; }
a { background-color: rgb(172,243,229); }
div.DivClassName
{
background-color: #ACF3E5;
}
.BgClassName
{
background-color: #ACF3E5;
}
</style>
border-color css
<style>
span { border-color: #ACF3E5; }
span { border-color: rgb(172,243,229); }
td.TdClassName
{
border-color: #ACF3E5;
}
.TagClassName
{
border-color: #ACF3E5;
}
</style>