Shades of Fringy Flower #ADE1C1
Tints of Fringy Flower #ADE1C1
RGB
CMYK
RGB Variations
Color information
#ADE1C1 (or 0xADE1C1) is known color: Fringy Flower. HEX triplet: AD, E1 and C1. RGB value is (173,225,193). Sum of RGB (Red+Green+Blue) = 173+225+193=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1C1 is #521E3E. Grayscale: #CDCDCD. Windows color (decimal): -5381695 or 12706221. OLE color: 12706221.
HSL color Cylindrical-coordinate representation of color #ADE1C1: hue angle of 143.08º 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 #ADE1C1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 193 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.12 |
| HSL | 143.08º | 0.46% | 0.78% | - |
| HSV(B) | 143.08º | 0.23% | 0.88% | - |
| XYZ | 53.78 | 66.58 | 60.47 | - |
| YUV | 205.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 193 | 0.23 | 0 | 0.14 | 0.12 | 143.08 | 0.46 | 0.78 |
| Hex | AD | E1 | C1 | 17 | 0 | E | C | 8F | 2E | 4E |
| Octal | 255 | 341 | 301 | 27 | 0 | 16 | 14 | 217 | 56 | 116 |
| Binary | 10101101 | 11100001 | 11000001 | 10111 | 0 | 1110 | 1100 | 10001111 | 101110 | 1001110 |
Color Harmonies of #ADE1C1
Complementary color
Monochromatic Colors of #ADE1C1
Black with #ADE1C1
Text Example
Text Example
White with #ADE1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1C1; }
p { color: rgb(173,225,193); }
H1.HeaderClassName
{
color: #ADE1C1;
}
.AnyTagClassName
{
color: #ADE1C1;
}
</style>
background-color css
<style>
a { background-color: #ADE1C1; }
a { background-color: rgb(173,225,193); }
div.DivClassName
{
background-color: #ADE1C1;
}
.BgClassName
{
background-color: #ADE1C1;
}
</style>
border-color css
<style>
span { border-color: #ADE1C1; }
span { border-color: rgb(173,225,193); }
td.TdClassName
{
border-color: #ADE1C1;
}
.TagClassName
{
border-color: #ADE1C1;
}
</style>