Shades of Fringy Flower #ADE3BA
Tints of Fringy Flower #ADE3BA
RGB
CMYK
RGB Variations
Color information
#ADE3BA (or 0xADE3BA) is known color: Fringy Flower. HEX triplet: AD, E3 and BA. RGB value is (173,227,186). Sum of RGB (Red+Green+Blue) = 173+227+186=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3BA is #521C45. Grayscale: #CECECE. Windows color (decimal): -5381190 or 12247981. OLE color: 12247981.
HSL color Cylindrical-coordinate representation of color #ADE3BA: hue angle of 134.44º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE3BA is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 186 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.11 |
| HSL | 134.44º | 0.49% | 0.78% | - |
| HSV(B) | 134.44º | 0.24% | 0.89% | - |
| XYZ | 53.57 | 67.37 | 56.63 | - |
| YUV | 206.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 186 | 0.24 | 0 | 0.18 | 0.11 | 134.44 | 0.49 | 0.78 |
| Hex | AD | E3 | BA | 18 | 0 | 12 | B | 86 | 31 | 4E |
| Octal | 255 | 343 | 272 | 30 | 0 | 22 | 13 | 206 | 61 | 116 |
| Binary | 10101101 | 11100011 | 10111010 | 11000 | 0 | 10010 | 1011 | 10000110 | 110001 | 1001110 |
Color Harmonies of #ADE3BA
Complementary color
Monochromatic Colors of #ADE3BA
Black with #ADE3BA
Text Example
Text Example
White with #ADE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3BA; }
p { color: rgb(173,227,186); }
H1.HeaderClassName
{
color: #ADE3BA;
}
.AnyTagClassName
{
color: #ADE3BA;
}
</style>
background-color css
<style>
a { background-color: #ADE3BA; }
a { background-color: rgb(173,227,186); }
div.DivClassName
{
background-color: #ADE3BA;
}
.BgClassName
{
background-color: #ADE3BA;
}
</style>
border-color css
<style>
span { border-color: #ADE3BA; }
span { border-color: rgb(173,227,186); }
td.TdClassName
{
border-color: #ADE3BA;
}
.TagClassName
{
border-color: #ADE3BA;
}
</style>