Shades of Water Leaf #ADECE3
Tints of Water Leaf #ADECE3
RGB
CMYK
RGB Variations
Color information
#ADECE3 (or 0xADECE3) is known color: Water Leaf. HEX triplet: AD, EC and E3. RGB value is (173,236,227). Sum of RGB (Red+Green+Blue) = 173+236+227=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECE3 is #52131C. Grayscale: #D8D8D8. Windows color (decimal): -5378845 or 14937261. OLE color: 14937261.
HSL color Cylindrical-coordinate representation of color #ADECE3: hue angle of 171.43º 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 #ADECE3 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 227 | - |
CMYK | 0.27 | 0 | 0.04 | 0.07 |
HSL | 171.43º | 0.62% | 0.8% | - |
HSV(B) | 171.43º | 0.27% | 0.93% | - |
XYZ | 61.09 | 74.42 | 83.82 | - |
YUV | 216.14 | 134.13 | 97.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 227 | 0.27 | 0 | 0.04 | 0.07 | 171.43 | 0.62 | 0.8 |
Hex | AD | EC | E3 | 1B | 0 | 4 | 7 | AB | 3E | 50 |
Octal | 255 | 354 | 343 | 33 | 0 | 4 | 7 | 253 | 76 | 120 |
Binary | 10101101 | 11101100 | 11100011 | 11011 | 0 | 100 | 111 | 10101011 | 111110 | 1010000 |
Color Harmonies of #ADECE3
Complementary color
Monochromatic Colors of #ADECE3
Black with #ADECE3
Text Example
Text Example
White with #ADECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECE3; }
p { color: rgb(173,236,227); }
H1.HeaderClassName
{
color: #ADECE3;
}
.AnyTagClassName
{
color: #ADECE3;
}
</style>
background-color css
<style>
a { background-color: #ADECE3; }
a { background-color: rgb(173,236,227); }
div.DivClassName
{
background-color: #ADECE3;
}
.BgClassName
{
background-color: #ADECE3;
}
</style>
border-color css
<style>
span { border-color: #ADECE3; }
span { border-color: rgb(173,236,227); }
td.TdClassName
{
border-color: #ADECE3;
}
.TagClassName
{
border-color: #ADECE3;
}
</style>