Shades of Water Leaf #ACEADE
Tints of Water Leaf #ACEADE
RGB
CMYK
RGB Variations
Color information
#ACEADE (or 0xACEADE) is known color: Water Leaf. HEX triplet: AC, EA and DE. RGB value is (172,234,222). Sum of RGB (Red+Green+Blue) = 172+234+222=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEADE is #531521. Grayscale: #D6D6D6. Windows color (decimal): -5444898 or 14609068. OLE color: 14609068.
HSL color Cylindrical-coordinate representation of color #ACEADE: hue angle of 168.39º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEADE is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 222 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.08 |
| HSL | 168.39º | 0.6% | 0.8% | - |
| HSV(B) | 168.39º | 0.26% | 0.92% | - |
| XYZ | 59.62 | 72.89 | 80.03 | - |
| YUV | 214.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 222 | 0.26 | 0 | 0.05 | 0.08 | 168.39 | 0.6 | 0.8 |
| Hex | AC | EA | DE | 1A | 0 | 5 | 8 | A8 | 3C | 50 |
| Octal | 254 | 352 | 336 | 32 | 0 | 5 | 10 | 250 | 74 | 120 |
| Binary | 10101100 | 11101010 | 11011110 | 11010 | 0 | 101 | 1000 | 10101000 | 111100 | 1010000 |
Color Harmonies of #ACEADE
Complementary color
Monochromatic Colors of #ACEADE
Black with #ACEADE
Text Example
Text Example
White with #ACEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEADE; }
p { color: rgb(172,234,222); }
H1.HeaderClassName
{
color: #ACEADE;
}
.AnyTagClassName
{
color: #ACEADE;
}
</style>
background-color css
<style>
a { background-color: #ACEADE; }
a { background-color: rgb(172,234,222); }
div.DivClassName
{
background-color: #ACEADE;
}
.BgClassName
{
background-color: #ACEADE;
}
</style>
border-color css
<style>
span { border-color: #ACEADE; }
span { border-color: rgb(172,234,222); }
td.TdClassName
{
border-color: #ACEADE;
}
.TagClassName
{
border-color: #ACEADE;
}
</style>