Shades of Water Leaf #ADEDDA
Tints of Water Leaf #ADEDDA
RGB
CMYK
RGB Variations
Color information
#ADEDDA (or 0xADEDDA) is known color: Water Leaf. HEX triplet: AD, ED and DA. RGB value is (173,237,218). Sum of RGB (Red+Green+Blue) = 173+237+218=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDDA is #521225. Grayscale: #D7D7D7. Windows color (decimal): -5378598 or 14347693. OLE color: 14347693.
HSL color Cylindrical-coordinate representation of color #ADEDDA: hue angle of 162.19º 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 #ADEDDA is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 237 | 218 | - |
CMYK | 0.27 | 0 | 0.08 | 0.07 |
HSL | 162.19º | 0.64% | 0.8% | - |
HSV(B) | 162.19º | 0.27% | 0.93% | - |
XYZ | 60.17 | 74.51 | 77.54 | - |
YUV | 215.7 | 129.3 | 97.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 237 | 218 | 0.27 | 0 | 0.08 | 0.07 | 162.19 | 0.64 | 0.8 |
Hex | AD | ED | DA | 1B | 0 | 8 | 7 | A2 | 40 | 50 |
Octal | 255 | 355 | 332 | 33 | 0 | 10 | 7 | 242 | 100 | 120 |
Binary | 10101101 | 11101101 | 11011010 | 11011 | 0 | 1000 | 111 | 10100010 | 1000000 | 1010000 |
Color Harmonies of #ADEDDA
Complementary color
Monochromatic Colors of #ADEDDA
Black with #ADEDDA
Text Example
Text Example
White with #ADEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDDA; }
p { color: rgb(173,237,218); }
H1.HeaderClassName
{
color: #ADEDDA;
}
.AnyTagClassName
{
color: #ADEDDA;
}
</style>
background-color css
<style>
a { background-color: #ADEDDA; }
a { background-color: rgb(173,237,218); }
div.DivClassName
{
background-color: #ADEDDA;
}
.BgClassName
{
background-color: #ADEDDA;
}
</style>
border-color css
<style>
span { border-color: #ADEDDA; }
span { border-color: rgb(173,237,218); }
td.TdClassName
{
border-color: #ADEDDA;
}
.TagClassName
{
border-color: #ADEDDA;
}
</style>