Shades of Water Leaf #ACEEDA
Tints of Water Leaf #ACEEDA
RGB
CMYK
RGB Variations
Color information
#ACEEDA (or 0xACEEDA) is known color: Water Leaf. HEX triplet: AC, EE and DA. RGB value is (172,238,218). Sum of RGB (Red+Green+Blue) = 172+238+218=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEDA is #531125. Grayscale: #D7D7D7. Windows color (decimal): -5443878 or 14347948. OLE color: 14347948.
HSL color Cylindrical-coordinate representation of color #ACEEDA: hue angle of 161.82º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEDA is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 218 | - |
CMYK | 0.28 | 0 | 0.08 | 0.07 |
HSL | 161.82º | 0.66% | 0.8% | - |
HSV(B) | 161.82º | 0.28% | 0.93% | - |
XYZ | 60.24 | 74.98 | 77.63 | - |
YUV | 215.99 | 129.13 | 96.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 218 | 0.28 | 0 | 0.08 | 0.07 | 161.82 | 0.66 | 0.8 |
Hex | AC | EE | DA | 1C | 0 | 8 | 7 | A2 | 42 | 50 |
Octal | 254 | 356 | 332 | 34 | 0 | 10 | 7 | 242 | 102 | 120 |
Binary | 10101100 | 11101110 | 11011010 | 11100 | 0 | 1000 | 111 | 10100010 | 1000010 | 1010000 |
Color Harmonies of #ACEEDA
Complementary color
Monochromatic Colors of #ACEEDA
Black with #ACEEDA
Text Example
Text Example
White with #ACEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEDA; }
p { color: rgb(172,238,218); }
H1.HeaderClassName
{
color: #ACEEDA;
}
.AnyTagClassName
{
color: #ACEEDA;
}
</style>
background-color css
<style>
a { background-color: #ACEEDA; }
a { background-color: rgb(172,238,218); }
div.DivClassName
{
background-color: #ACEEDA;
}
.BgClassName
{
background-color: #ACEEDA;
}
</style>
border-color css
<style>
span { border-color: #ACEEDA; }
span { border-color: rgb(172,238,218); }
td.TdClassName
{
border-color: #ACEEDA;
}
.TagClassName
{
border-color: #ACEEDA;
}
</style>