Shades of Fringy Flower #ADE9BA
Tints of Fringy Flower #ADE9BA
RGB
CMYK
RGB Variations
Color information
#ADE9BA (or 0xADE9BA) is known color: Fringy Flower. HEX triplet: AD, E9 and BA. RGB value is (173,233,186). Sum of RGB (Red+Green+Blue) = 173+233+186=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9BA is #521645. Grayscale: #D1D1D1. Windows color (decimal): -5379654 or 12249517. OLE color: 12249517.
HSL color Cylindrical-coordinate representation of color #ADE9BA: hue angle of 133º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9BA is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 186 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.09 |
| HSL | 133º | 0.58% | 0.8% | - |
| HSV(B) | 133º | 0.26% | 0.91% | - |
| XYZ | 55.24 | 70.71 | 57.19 | - |
| YUV | 209.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 186 | 0.26 | 0 | 0.20 | 0.09 | 133 | 0.58 | 0.8 |
| Hex | AD | E9 | BA | 1A | 0 | 14 | 9 | 85 | 3A | 50 |
| Octal | 255 | 351 | 272 | 32 | 0 | 24 | 11 | 205 | 72 | 120 |
| Binary | 10101101 | 11101001 | 10111010 | 11010 | 0 | 10100 | 1001 | 10000101 | 111010 | 1010000 |
Color Harmonies of #ADE9BA
Complementary color
Monochromatic Colors of #ADE9BA
Black with #ADE9BA
Text Example
Text Example
White with #ADE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9BA; }
p { color: rgb(173,233,186); }
H1.HeaderClassName
{
color: #ADE9BA;
}
.AnyTagClassName
{
color: #ADE9BA;
}
</style>
background-color css
<style>
a { background-color: #ADE9BA; }
a { background-color: rgb(173,233,186); }
div.DivClassName
{
background-color: #ADE9BA;
}
.BgClassName
{
background-color: #ADE9BA;
}
</style>
border-color css
<style>
span { border-color: #ADE9BA; }
span { border-color: rgb(173,233,186); }
td.TdClassName
{
border-color: #ADE9BA;
}
.TagClassName
{
border-color: #ADE9BA;
}
</style>