Shades of Water Leaf #ACEDDA
Tints of Water Leaf #ACEDDA
RGB
CMYK
RGB Variations
Color information
#ACEDDA (or 0xACEDDA) is known color: Water Leaf. HEX triplet: AC, ED and DA. RGB value is (172,237,218). Sum of RGB (Red+Green+Blue) = 172+237+218=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDDA is #531225. Grayscale: #D7D7D7. Windows color (decimal): -5444134 or 14347692. OLE color: 14347692.
HSL color Cylindrical-coordinate representation of color #ACEDDA: hue angle of 162.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDDA is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 237 | 218 | - |
CMYK | 0.27 | 0 | 0.08 | 0.07 |
HSL | 162.46º | 0.64% | 0.8% | - |
HSV(B) | 162.46º | 0.27% | 0.93% | - |
XYZ | 59.95 | 74.4 | 77.53 | - |
YUV | 215.4 | 129.47 | 97.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 237 | 218 | 0.27 | 0 | 0.08 | 0.07 | 162.46 | 0.64 | 0.8 |
Hex | AC | ED | DA | 1B | 0 | 8 | 7 | A2 | 40 | 50 |
Octal | 254 | 355 | 332 | 33 | 0 | 10 | 7 | 242 | 100 | 120 |
Binary | 10101100 | 11101101 | 11011010 | 11011 | 0 | 1000 | 111 | 10100010 | 1000000 | 1010000 |
Color Harmonies of #ACEDDA
Complementary color
Monochromatic Colors of #ACEDDA
Black with #ACEDDA
Text Example
Text Example
White with #ACEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDDA; }
p { color: rgb(172,237,218); }
H1.HeaderClassName
{
color: #ACEDDA;
}
.AnyTagClassName
{
color: #ACEDDA;
}
</style>
background-color css
<style>
a { background-color: #ACEDDA; }
a { background-color: rgb(172,237,218); }
div.DivClassName
{
background-color: #ACEDDA;
}
.BgClassName
{
background-color: #ACEDDA;
}
</style>
border-color css
<style>
span { border-color: #ACEDDA; }
span { border-color: rgb(172,237,218); }
td.TdClassName
{
border-color: #ACEDDA;
}
.TagClassName
{
border-color: #ACEDDA;
}
</style>