Shades of Fringy Flower #ADE0BD
Tints of Fringy Flower #ADE0BD
RGB
CMYK
RGB Variations
Color information
#ADE0BD (or 0xADE0BD) is known color: Fringy Flower. HEX triplet: AD, E0 and BD. RGB value is (173,224,189). Sum of RGB (Red+Green+Blue) = 173+224+189=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0BD is #521F42. Grayscale: #CCCCCC. Windows color (decimal): -5381955 or 12443821. OLE color: 12443821.
HSL color Cylindrical-coordinate representation of color #ADE0BD: hue angle of 138.82º 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 #ADE0BD is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 189 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.12 |
| HSL | 138.82º | 0.45% | 0.78% | - |
| HSV(B) | 138.82º | 0.23% | 0.88% | - |
| XYZ | 53.07 | 65.87 | 58.06 | - |
| YUV | 204.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 189 | 0.23 | 0 | 0.16 | 0.12 | 138.82 | 0.45 | 0.78 |
| Hex | AD | E0 | BD | 17 | 0 | 10 | C | 8B | 2D | 4E |
| Octal | 255 | 340 | 275 | 27 | 0 | 20 | 14 | 213 | 55 | 116 |
| Binary | 10101101 | 11100000 | 10111101 | 10111 | 0 | 10000 | 1100 | 10001011 | 101101 | 1001110 |
Color Harmonies of #ADE0BD
Complementary color
Monochromatic Colors of #ADE0BD
Black with #ADE0BD
Text Example
Text Example
White with #ADE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0BD; }
p { color: rgb(173,224,189); }
H1.HeaderClassName
{
color: #ADE0BD;
}
.AnyTagClassName
{
color: #ADE0BD;
}
</style>
background-color css
<style>
a { background-color: #ADE0BD; }
a { background-color: rgb(173,224,189); }
div.DivClassName
{
background-color: #ADE0BD;
}
.BgClassName
{
background-color: #ADE0BD;
}
</style>
border-color css
<style>
span { border-color: #ADE0BD; }
span { border-color: rgb(173,224,189); }
td.TdClassName
{
border-color: #ADE0BD;
}
.TagClassName
{
border-color: #ADE0BD;
}
</style>