Shades of Fringy Flower #ADE4BC
Tints of Fringy Flower #ADE4BC
RGB
CMYK
RGB Variations
Color information
#ADE4BC (or 0xADE4BC) is known color: Fringy Flower. HEX triplet: AD, E4 and BC. RGB value is (173,228,188). Sum of RGB (Red+Green+Blue) = 173+228+188=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4BC is #521B43. Grayscale: #CFCFCF. Windows color (decimal): -5380932 or 12379309. OLE color: 12379309.
HSL color Cylindrical-coordinate representation of color #ADE4BC: hue angle of 136.36º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE4BC is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 188 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.11 |
| HSL | 136.36º | 0.5% | 0.79% | - |
| HSV(B) | 136.36º | 0.24% | 0.89% | - |
| XYZ | 54.05 | 68 | 57.85 | - |
| YUV | 207 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 188 | 0.24 | 0 | 0.18 | 0.11 | 136.36 | 0.5 | 0.79 |
| Hex | AD | E4 | BC | 18 | 0 | 12 | B | 88 | 32 | 4F |
| Octal | 255 | 344 | 274 | 30 | 0 | 22 | 13 | 210 | 62 | 117 |
| Binary | 10101101 | 11100100 | 10111100 | 11000 | 0 | 10010 | 1011 | 10001000 | 110010 | 1001111 |
Color Harmonies of #ADE4BC
Complementary color
Monochromatic Colors of #ADE4BC
Black with #ADE4BC
Text Example
Text Example
White with #ADE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4BC; }
p { color: rgb(173,228,188); }
H1.HeaderClassName
{
color: #ADE4BC;
}
.AnyTagClassName
{
color: #ADE4BC;
}
</style>
background-color css
<style>
a { background-color: #ADE4BC; }
a { background-color: rgb(173,228,188); }
div.DivClassName
{
background-color: #ADE4BC;
}
.BgClassName
{
background-color: #ADE4BC;
}
</style>
border-color css
<style>
span { border-color: #ADE4BC; }
span { border-color: rgb(173,228,188); }
td.TdClassName
{
border-color: #ADE4BC;
}
.TagClassName
{
border-color: #ADE4BC;
}
</style>