Shades of Fringy Flower #ADE0BE
Tints of Fringy Flower #ADE0BE
RGB
CMYK
RGB Variations
Color information
#ADE0BE (or 0xADE0BE) is known color: Fringy Flower. HEX triplet: AD, E0 and BE. RGB value is (173,224,190). Sum of RGB (Red+Green+Blue) = 173+224+190=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0BE is #521F41. Grayscale: #CCCCCC. Windows color (decimal): -5381954 or 12509357. OLE color: 12509357.
HSL color Cylindrical-coordinate representation of color #ADE0BE: hue angle of 140º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0BE is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 190 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.12 |
| HSL | 140º | 0.45% | 0.78% | - |
| HSV(B) | 140º | 0.23% | 0.88% | - |
| XYZ | 53.18 | 65.91 | 58.63 | - |
| YUV | 204.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 190 | 0.23 | 0 | 0.15 | 0.12 | 140 | 0.45 | 0.78 |
| Hex | AD | E0 | BE | 17 | 0 | F | C | 8C | 2D | 4E |
| Octal | 255 | 340 | 276 | 27 | 0 | 17 | 14 | 214 | 55 | 116 |
| Binary | 10101101 | 11100000 | 10111110 | 10111 | 0 | 1111 | 1100 | 10001100 | 101101 | 1001110 |
Color Harmonies of #ADE0BE
Complementary color
Monochromatic Colors of #ADE0BE
Black with #ADE0BE
Text Example
Text Example
White with #ADE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0BE; }
p { color: rgb(173,224,190); }
H1.HeaderClassName
{
color: #ADE0BE;
}
.AnyTagClassName
{
color: #ADE0BE;
}
</style>
background-color css
<style>
a { background-color: #ADE0BE; }
a { background-color: rgb(173,224,190); }
div.DivClassName
{
background-color: #ADE0BE;
}
.BgClassName
{
background-color: #ADE0BE;
}
</style>
border-color css
<style>
span { border-color: #ADE0BE; }
span { border-color: rgb(173,224,190); }
td.TdClassName
{
border-color: #ADE0BE;
}
.TagClassName
{
border-color: #ADE0BE;
}
</style>