Shades of Fringy Flower #ADF0BA
Tints of Fringy Flower #ADF0BA
RGB
CMYK
RGB Variations
Color information
#ADF0BA (or 0xADF0BA) is known color: Fringy Flower. HEX triplet: AD, F0 and BA. RGB value is (173,240,186). Sum of RGB (Red+Green+Blue) = 173+240+186=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0BA is #520F45. Grayscale: #D5D5D5. Windows color (decimal): -5377862 or 12251309. OLE color: 12251309.
HSL color Cylindrical-coordinate representation of color #ADF0BA: hue angle of 131.64º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0BA is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 186 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.06 |
| HSL | 131.64º | 0.69% | 0.81% | - |
| HSV(B) | 131.64º | 0.28% | 0.94% | - |
| XYZ | 57.26 | 74.75 | 57.86 | - |
| YUV | 213.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 186 | 0.28 | 0 | 0.22 | 0.06 | 131.64 | 0.69 | 0.81 |
| Hex | AD | F0 | BA | 1C | 0 | 16 | 6 | 84 | 45 | 51 |
| Octal | 255 | 360 | 272 | 34 | 0 | 26 | 6 | 204 | 105 | 121 |
| Binary | 10101101 | 11110000 | 10111010 | 11100 | 0 | 10110 | 110 | 10000100 | 1000101 | 1010001 |
Color Harmonies of #ADF0BA
Complementary color
Monochromatic Colors of #ADF0BA
Black with #ADF0BA
Text Example
Text Example
White with #ADF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0BA; }
p { color: rgb(173,240,186); }
H1.HeaderClassName
{
color: #ADF0BA;
}
.AnyTagClassName
{
color: #ADF0BA;
}
</style>
background-color css
<style>
a { background-color: #ADF0BA; }
a { background-color: rgb(173,240,186); }
div.DivClassName
{
background-color: #ADF0BA;
}
.BgClassName
{
background-color: #ADF0BA;
}
</style>
border-color css
<style>
span { border-color: #ADF0BA; }
span { border-color: rgb(173,240,186); }
td.TdClassName
{
border-color: #ADF0BA;
}
.TagClassName
{
border-color: #ADF0BA;
}
</style>