Shades of Fringy Flower #ADE2BA
Tints of Fringy Flower #ADE2BA
RGB
CMYK
RGB Variations
Color information
#ADE2BA (or 0xADE2BA) is known color: Fringy Flower. HEX triplet: AD, E2 and BA. RGB value is (173,226,186). Sum of RGB (Red+Green+Blue) = 173+226+186=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2BA is #521D45. Grayscale: #CDCDCD. Windows color (decimal): -5381446 or 12247725. OLE color: 12247725.
HSL color Cylindrical-coordinate representation of color #ADE2BA: hue angle of 134.72º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2BA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 186 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.11 |
| HSL | 134.72º | 0.48% | 0.78% | - |
| HSV(B) | 134.72º | 0.23% | 0.89% | - |
| XYZ | 53.29 | 66.82 | 56.54 | - |
| YUV | 205.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 186 | 0.23 | 0 | 0.18 | 0.11 | 134.72 | 0.48 | 0.78 |
| Hex | AD | E2 | BA | 17 | 0 | 12 | B | 87 | 30 | 4E |
| Octal | 255 | 342 | 272 | 27 | 0 | 22 | 13 | 207 | 60 | 116 |
| Binary | 10101101 | 11100010 | 10111010 | 10111 | 0 | 10010 | 1011 | 10000111 | 110000 | 1001110 |
Color Harmonies of #ADE2BA
Complementary color
Monochromatic Colors of #ADE2BA
Black with #ADE2BA
Text Example
Text Example
White with #ADE2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2BA; }
p { color: rgb(173,226,186); }
H1.HeaderClassName
{
color: #ADE2BA;
}
.AnyTagClassName
{
color: #ADE2BA;
}
</style>
background-color css
<style>
a { background-color: #ADE2BA; }
a { background-color: rgb(173,226,186); }
div.DivClassName
{
background-color: #ADE2BA;
}
.BgClassName
{
background-color: #ADE2BA;
}
</style>
border-color css
<style>
span { border-color: #ADE2BA; }
span { border-color: rgb(173,226,186); }
td.TdClassName
{
border-color: #ADE2BA;
}
.TagClassName
{
border-color: #ADE2BA;
}
</style>