Shades of Fringy Flower #ADE1B7
Tints of Fringy Flower #ADE1B7
RGB
CMYK
RGB Variations
Color information
#ADE1B7 (or 0xADE1B7) is known color: Fringy Flower. HEX triplet: AD, E1 and B7. RGB value is (173,225,183). Sum of RGB (Red+Green+Blue) = 173+225+183=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1B7 is #521E48. Grayscale: #CCCCCC. Windows color (decimal): -5381705 or 12050861. OLE color: 12050861.
HSL color Cylindrical-coordinate representation of color #ADE1B7: hue angle of 131.54º degrees, saturation: 0.46, 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 #ADE1B7 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 183 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.12 |
| HSL | 131.54º | 0.46% | 0.78% | - |
| HSV(B) | 131.54º | 0.23% | 0.88% | - |
| XYZ | 52.71 | 66.15 | 54.79 | - |
| YUV | 204.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 183 | 0.23 | 0 | 0.19 | 0.12 | 131.54 | 0.46 | 0.78 |
| Hex | AD | E1 | B7 | 17 | 0 | 13 | C | 84 | 2E | 4E |
| Octal | 255 | 341 | 267 | 27 | 0 | 23 | 14 | 204 | 56 | 116 |
| Binary | 10101101 | 11100001 | 10110111 | 10111 | 0 | 10011 | 1100 | 10000100 | 101110 | 1001110 |
Color Harmonies of #ADE1B7
Complementary color
Monochromatic Colors of #ADE1B7
Black with #ADE1B7
Text Example
Text Example
White with #ADE1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1B7; }
p { color: rgb(173,225,183); }
H1.HeaderClassName
{
color: #ADE1B7;
}
.AnyTagClassName
{
color: #ADE1B7;
}
</style>
background-color css
<style>
a { background-color: #ADE1B7; }
a { background-color: rgb(173,225,183); }
div.DivClassName
{
background-color: #ADE1B7;
}
.BgClassName
{
background-color: #ADE1B7;
}
</style>
border-color css
<style>
span { border-color: #ADE1B7; }
span { border-color: rgb(173,225,183); }
td.TdClassName
{
border-color: #ADE1B7;
}
.TagClassName
{
border-color: #ADE1B7;
}
</style>