Shades of Fringy Flower #ADE3BC
Tints of Fringy Flower #ADE3BC
RGB
CMYK
RGB Variations
Color information
#ADE3BC (or 0xADE3BC) is known color: Fringy Flower. HEX triplet: AD, E3 and BC. RGB value is (173,227,188). Sum of RGB (Red+Green+Blue) = 173+227+188=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3BC is #521C43. Grayscale: #CECECE. Windows color (decimal): -5381188 or 12379053. OLE color: 12379053.
HSL color Cylindrical-coordinate representation of color #ADE3BC: hue angle of 136.67º 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 #ADE3BC is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 188 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.11 |
| HSL | 136.67º | 0.49% | 0.78% | - |
| HSV(B) | 136.67º | 0.24% | 0.89% | - |
| XYZ | 53.78 | 67.45 | 57.76 | - |
| YUV | 206.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 188 | 0.24 | 0 | 0.17 | 0.11 | 136.67 | 0.49 | 0.78 |
| Hex | AD | E3 | BC | 18 | 0 | 11 | B | 89 | 31 | 4E |
| Octal | 255 | 343 | 274 | 30 | 0 | 21 | 13 | 211 | 61 | 116 |
| Binary | 10101101 | 11100011 | 10111100 | 11000 | 0 | 10001 | 1011 | 10001001 | 110001 | 1001110 |
Color Harmonies of #ADE3BC
Complementary color
Monochromatic Colors of #ADE3BC
Black with #ADE3BC
Text Example
Text Example
White with #ADE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3BC; }
p { color: rgb(173,227,188); }
H1.HeaderClassName
{
color: #ADE3BC;
}
.AnyTagClassName
{
color: #ADE3BC;
}
</style>
background-color css
<style>
a { background-color: #ADE3BC; }
a { background-color: rgb(173,227,188); }
div.DivClassName
{
background-color: #ADE3BC;
}
.BgClassName
{
background-color: #ADE3BC;
}
</style>
border-color css
<style>
span { border-color: #ADE3BC; }
span { border-color: rgb(173,227,188); }
td.TdClassName
{
border-color: #ADE3BC;
}
.TagClassName
{
border-color: #ADE3BC;
}
</style>