Shades of Fringy Flower #ADE6BC
Tints of Fringy Flower #ADE6BC
RGB
CMYK
RGB Variations
Color information
#ADE6BC (or 0xADE6BC) is known color: Fringy Flower. HEX triplet: AD, E6 and BC. RGB value is (173,230,188). Sum of RGB (Red+Green+Blue) = 173+230+188=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6BC is #521943. Grayscale: #D0D0D0. Windows color (decimal): -5380420 or 12379821. OLE color: 12379821.
HSL color Cylindrical-coordinate representation of color #ADE6BC: hue angle of 135.79º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE6BC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 188 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.10 |
| HSL | 135.79º | 0.53% | 0.79% | - |
| HSV(B) | 135.79º | 0.25% | 0.9% | - |
| XYZ | 54.61 | 69.11 | 58.04 | - |
| YUV | 208.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 188 | 0.25 | 0 | 0.18 | 0.10 | 135.79 | 0.53 | 0.79 |
| Hex | AD | E6 | BC | 19 | 0 | 12 | A | 88 | 35 | 4F |
| Octal | 255 | 346 | 274 | 31 | 0 | 22 | 12 | 210 | 65 | 117 |
| Binary | 10101101 | 11100110 | 10111100 | 11001 | 0 | 10010 | 1010 | 10001000 | 110101 | 1001111 |
Color Harmonies of #ADE6BC
Complementary color
Monochromatic Colors of #ADE6BC
Black with #ADE6BC
Text Example
Text Example
White with #ADE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6BC; }
p { color: rgb(173,230,188); }
H1.HeaderClassName
{
color: #ADE6BC;
}
.AnyTagClassName
{
color: #ADE6BC;
}
</style>
background-color css
<style>
a { background-color: #ADE6BC; }
a { background-color: rgb(173,230,188); }
div.DivClassName
{
background-color: #ADE6BC;
}
.BgClassName
{
background-color: #ADE6BC;
}
</style>
border-color css
<style>
span { border-color: #ADE6BC; }
span { border-color: rgb(173,230,188); }
td.TdClassName
{
border-color: #ADE6BC;
}
.TagClassName
{
border-color: #ADE6BC;
}
</style>