Shades of Fringy Flower #ADE1C0
Tints of Fringy Flower #ADE1C0
RGB
CMYK
RGB Variations
Color information
#ADE1C0 (or 0xADE1C0) is known color: Fringy Flower. HEX triplet: AD, E1 and C0. RGB value is (173,225,192). Sum of RGB (Red+Green+Blue) = 173+225+192=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1C0 is #521E3F. Grayscale: #CDCDCD. Windows color (decimal): -5381696 or 12640685. OLE color: 12640685.
HSL color Cylindrical-coordinate representation of color #ADE1C0: hue angle of 141.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE1C0 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 192 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.12 |
| HSL | 141.92º | 0.46% | 0.78% | - |
| HSV(B) | 141.92º | 0.23% | 0.88% | - |
| XYZ | 53.67 | 66.54 | 59.88 | - |
| YUV | 205.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 192 | 0.23 | 0 | 0.15 | 0.12 | 141.92 | 0.46 | 0.78 |
| Hex | AD | E1 | C0 | 17 | 0 | F | C | 8E | 2E | 4E |
| Octal | 255 | 341 | 300 | 27 | 0 | 17 | 14 | 216 | 56 | 116 |
| Binary | 10101101 | 11100001 | 11000000 | 10111 | 0 | 1111 | 1100 | 10001110 | 101110 | 1001110 |
Color Harmonies of #ADE1C0
Complementary color
Monochromatic Colors of #ADE1C0
Black with #ADE1C0
Text Example
Text Example
White with #ADE1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1C0; }
p { color: rgb(173,225,192); }
H1.HeaderClassName
{
color: #ADE1C0;
}
.AnyTagClassName
{
color: #ADE1C0;
}
</style>
background-color css
<style>
a { background-color: #ADE1C0; }
a { background-color: rgb(173,225,192); }
div.DivClassName
{
background-color: #ADE1C0;
}
.BgClassName
{
background-color: #ADE1C0;
}
</style>
border-color css
<style>
span { border-color: #ADE1C0; }
span { border-color: rgb(173,225,192); }
td.TdClassName
{
border-color: #ADE1C0;
}
.TagClassName
{
border-color: #ADE1C0;
}
</style>