Shades of Water Leaf #ADECDB
Tints of Water Leaf #ADECDB
RGB
CMYK
RGB Variations
Color information
#ADECDB (or 0xADECDB) is known color: Water Leaf. HEX triplet: AD, EC and DB. RGB value is (173,236,219). Sum of RGB (Red+Green+Blue) = 173+236+219=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECDB is #521324. Grayscale: #D7D7D7. Windows color (decimal): -5378853 or 14412973. OLE color: 14412973.
HSL color Cylindrical-coordinate representation of color #ADECDB: hue angle of 163.81º degrees, saturation: 0.62, 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 #ADECDB is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 219 | - |
CMYK | 0.27 | 0 | 0.07 | 0.07 |
HSL | 163.81º | 0.62% | 0.8% | - |
HSV(B) | 163.81º | 0.27% | 0.93% | - |
XYZ | 60.02 | 73.99 | 78.14 | - |
YUV | 215.23 | 130.13 | 97.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 219 | 0.27 | 0 | 0.07 | 0.07 | 163.81 | 0.62 | 0.8 |
Hex | AD | EC | DB | 1B | 0 | 7 | 7 | A4 | 3E | 50 |
Octal | 255 | 354 | 333 | 33 | 0 | 7 | 7 | 244 | 76 | 120 |
Binary | 10101101 | 11101100 | 11011011 | 11011 | 0 | 111 | 111 | 10100100 | 111110 | 1010000 |
Color Harmonies of #ADECDB
Complementary color
Monochromatic Colors of #ADECDB
Black with #ADECDB
Text Example
Text Example
White with #ADECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECDB; }
p { color: rgb(173,236,219); }
H1.HeaderClassName
{
color: #ADECDB;
}
.AnyTagClassName
{
color: #ADECDB;
}
</style>
background-color css
<style>
a { background-color: #ADECDB; }
a { background-color: rgb(173,236,219); }
div.DivClassName
{
background-color: #ADECDB;
}
.BgClassName
{
background-color: #ADECDB;
}
</style>
border-color css
<style>
span { border-color: #ADECDB; }
span { border-color: rgb(173,236,219); }
td.TdClassName
{
border-color: #ADECDB;
}
.TagClassName
{
border-color: #ADECDB;
}
</style>