Shades of Water Leaf #ACF3E3
Tints of Water Leaf #ACF3E3
RGB
CMYK
RGB Variations
Color information
#ACF3E3 (or 0xACF3E3) is known color: Water Leaf. HEX triplet: AC, F3 and E3. RGB value is (172,243,227). Sum of RGB (Red+Green+Blue) = 172+243+227=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3E3 is #530C1C. Grayscale: #DBDBDB. Windows color (decimal): -5442589 or 14939052. OLE color: 14939052.
HSL color Cylindrical-coordinate representation of color #ACF3E3: hue angle of 166.48º 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 #ACF3E3 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 227 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.05 |
| HSL | 166.48º | 0.75% | 0.81% | - |
| HSV(B) | 166.48º | 0.29% | 0.95% | - |
| XYZ | 62.93 | 78.42 | 84.49 | - |
| YUV | 219.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 227 | 0.29 | 0 | 0.07 | 0.05 | 166.48 | 0.75 | 0.81 |
| Hex | AC | F3 | E3 | 1D | 0 | 7 | 5 | A6 | 4B | 51 |
| Octal | 254 | 363 | 343 | 35 | 0 | 7 | 5 | 246 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11100011 | 11101 | 0 | 111 | 101 | 10100110 | 1001011 | 1010001 |
Color Harmonies of #ACF3E3
Complementary color
Monochromatic Colors of #ACF3E3
Black with #ACF3E3
Text Example
Text Example
White with #ACF3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3E3; }
p { color: rgb(172,243,227); }
H1.HeaderClassName
{
color: #ACF3E3;
}
.AnyTagClassName
{
color: #ACF3E3;
}
</style>
background-color css
<style>
a { background-color: #ACF3E3; }
a { background-color: rgb(172,243,227); }
div.DivClassName
{
background-color: #ACF3E3;
}
.BgClassName
{
background-color: #ACF3E3;
}
</style>
border-color css
<style>
span { border-color: #ACF3E3; }
span { border-color: rgb(172,243,227); }
td.TdClassName
{
border-color: #ACF3E3;
}
.TagClassName
{
border-color: #ACF3E3;
}
</style>