Shades of Water Leaf #ADEDDB
Tints of Water Leaf #ADEDDB
RGB
CMYK
RGB Variations
Color information
#ADEDDB (or 0xADEDDB) is known color: Water Leaf. HEX triplet: AD, ED and DB. RGB value is (173,237,219). Sum of RGB (Red+Green+Blue) = 173+237+219=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDDB is #521224. Grayscale: #D7D7D7. Windows color (decimal): -5378597 or 14413229. OLE color: 14413229.
HSL color Cylindrical-coordinate representation of color #ADEDDB: hue angle of 163.12º 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 #ADEDDB is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 237 | 219 | - |
CMYK | 0.27 | 0 | 0.08 | 0.07 |
HSL | 163.13º | 0.64% | 0.8% | - |
HSV(B) | 163.13º | 0.27% | 0.93% | - |
XYZ | 60.3 | 74.57 | 78.23 | - |
YUV | 215.81 | 129.8 | 97.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 237 | 219 | 0.27 | 0 | 0.08 | 0.07 | 163.13 | 0.64 | 0.8 |
Hex | AD | ED | DB | 1B | 0 | 8 | 7 | A3 | 40 | 50 |
Octal | 255 | 355 | 333 | 33 | 0 | 10 | 7 | 243 | 100 | 120 |
Binary | 10101101 | 11101101 | 11011011 | 11011 | 0 | 1000 | 111 | 10100011 | 1000000 | 1010000 |
Color Harmonies of #ADEDDB
Complementary color
Monochromatic Colors of #ADEDDB
Black with #ADEDDB
Text Example
Text Example
White with #ADEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDDB; }
p { color: rgb(173,237,219); }
H1.HeaderClassName
{
color: #ADEDDB;
}
.AnyTagClassName
{
color: #ADEDDB;
}
</style>
background-color css
<style>
a { background-color: #ADEDDB; }
a { background-color: rgb(173,237,219); }
div.DivClassName
{
background-color: #ADEDDB;
}
.BgClassName
{
background-color: #ADEDDB;
}
</style>
border-color css
<style>
span { border-color: #ADEDDB; }
span { border-color: rgb(173,237,219); }
td.TdClassName
{
border-color: #ADEDDB;
}
.TagClassName
{
border-color: #ADEDDB;
}
</style>