Shades of Fringy Flower #ADE5BA
Tints of Fringy Flower #ADE5BA
RGB
CMYK
RGB Variations
Color information
#ADE5BA (or 0xADE5BA) is known color: Fringy Flower. HEX triplet: AD, E5 and BA. RGB value is (173,229,186). Sum of RGB (Red+Green+Blue) = 173+229+186=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5BA is #521A45. Grayscale: #CFCFCF. Windows color (decimal): -5380678 or 12248493. OLE color: 12248493.
HSL color Cylindrical-coordinate representation of color #ADE5BA: hue angle of 133.93º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE5BA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 186 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.10 |
| HSL | 133.93º | 0.52% | 0.79% | - |
| HSV(B) | 133.93º | 0.24% | 0.9% | - |
| XYZ | 54.12 | 68.47 | 56.82 | - |
| YUV | 207.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 186 | 0.24 | 0 | 0.19 | 0.10 | 133.93 | 0.52 | 0.79 |
| Hex | AD | E5 | BA | 18 | 0 | 13 | A | 86 | 34 | 4F |
| Octal | 255 | 345 | 272 | 30 | 0 | 23 | 12 | 206 | 64 | 117 |
| Binary | 10101101 | 11100101 | 10111010 | 11000 | 0 | 10011 | 1010 | 10000110 | 110100 | 1001111 |
Color Harmonies of #ADE5BA
Complementary color
Monochromatic Colors of #ADE5BA
Black with #ADE5BA
Text Example
Text Example
White with #ADE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5BA; }
p { color: rgb(173,229,186); }
H1.HeaderClassName
{
color: #ADE5BA;
}
.AnyTagClassName
{
color: #ADE5BA;
}
</style>
background-color css
<style>
a { background-color: #ADE5BA; }
a { background-color: rgb(173,229,186); }
div.DivClassName
{
background-color: #ADE5BA;
}
.BgClassName
{
background-color: #ADE5BA;
}
</style>
border-color css
<style>
span { border-color: #ADE5BA; }
span { border-color: rgb(173,229,186); }
td.TdClassName
{
border-color: #ADE5BA;
}
.TagClassName
{
border-color: #ADE5BA;
}
</style>