Shades of Water Leaf #ADEDDF
Tints of Water Leaf #ADEDDF
RGB
CMYK
RGB Variations
Color information
#ADEDDF (or 0xADEDDF) is known color: Water Leaf. HEX triplet: AD, ED and DF. RGB value is (173,237,223). Sum of RGB (Red+Green+Blue) = 173+237+223=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDDF is #521220. Grayscale: #D8D8D8. Windows color (decimal): -5378593 or 14675373. OLE color: 14675373.
HSL color Cylindrical-coordinate representation of color #ADEDDF: hue angle of 166.88º 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 #ADEDDF is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 237 | 223 | - |
CMYK | 0.27 | 0 | 0.06 | 0.07 |
HSL | 166.88º | 0.64% | 0.8% | - |
HSV(B) | 166.88º | 0.27% | 0.93% | - |
XYZ | 60.84 | 74.78 | 81.04 | - |
YUV | 216.27 | 131.8 | 97.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 237 | 223 | 0.27 | 0 | 0.06 | 0.07 | 166.88 | 0.64 | 0.8 |
Hex | AD | ED | DF | 1B | 0 | 6 | 7 | A7 | 40 | 50 |
Octal | 255 | 355 | 337 | 33 | 0 | 6 | 7 | 247 | 100 | 120 |
Binary | 10101101 | 11101101 | 11011111 | 11011 | 0 | 110 | 111 | 10100111 | 1000000 | 1010000 |
Color Harmonies of #ADEDDF
Complementary color
Monochromatic Colors of #ADEDDF
Black with #ADEDDF
Text Example
Text Example
White with #ADEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDDF; }
p { color: rgb(173,237,223); }
H1.HeaderClassName
{
color: #ADEDDF;
}
.AnyTagClassName
{
color: #ADEDDF;
}
</style>
background-color css
<style>
a { background-color: #ADEDDF; }
a { background-color: rgb(173,237,223); }
div.DivClassName
{
background-color: #ADEDDF;
}
.BgClassName
{
background-color: #ADEDDF;
}
</style>
border-color css
<style>
span { border-color: #ADEDDF; }
span { border-color: rgb(173,237,223); }
td.TdClassName
{
border-color: #ADEDDF;
}
.TagClassName
{
border-color: #ADEDDF;
}
</style>