Shades of Fringy Flower #ADE0C2
Tints of Fringy Flower #ADE0C2
RGB
CMYK
RGB Variations
Color information
#ADE0C2 (or 0xADE0C2) is known color: Fringy Flower. HEX triplet: AD, E0 and C2. RGB value is (173,224,194). Sum of RGB (Red+Green+Blue) = 173+224+194=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0C2 is #521F3D. Grayscale: #CDCDCD. Windows color (decimal): -5381950 or 12771501. OLE color: 12771501.
HSL color Cylindrical-coordinate representation of color #ADE0C2: hue angle of 144.71º degrees, saturation: 0.45, 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 #ADE0C2 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 194 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.12 |
| HSL | 144.71º | 0.45% | 0.78% | - |
| HSV(B) | 144.71º | 0.23% | 0.88% | - |
| XYZ | 53.63 | 66.09 | 60.97 | - |
| YUV | 205.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 194 | 0.23 | 0 | 0.13 | 0.12 | 144.71 | 0.45 | 0.78 |
| Hex | AD | E0 | C2 | 17 | 0 | D | C | 91 | 2D | 4E |
| Octal | 255 | 340 | 302 | 27 | 0 | 15 | 14 | 221 | 55 | 116 |
| Binary | 10101101 | 11100000 | 11000010 | 10111 | 0 | 1101 | 1100 | 10010001 | 101101 | 1001110 |
Color Harmonies of #ADE0C2
Complementary color
Monochromatic Colors of #ADE0C2
Black with #ADE0C2
Text Example
Text Example
White with #ADE0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0C2; }
p { color: rgb(173,224,194); }
H1.HeaderClassName
{
color: #ADE0C2;
}
.AnyTagClassName
{
color: #ADE0C2;
}
</style>
background-color css
<style>
a { background-color: #ADE0C2; }
a { background-color: rgb(173,224,194); }
div.DivClassName
{
background-color: #ADE0C2;
}
.BgClassName
{
background-color: #ADE0C2;
}
</style>
border-color css
<style>
span { border-color: #ADE0C2; }
span { border-color: rgb(173,224,194); }
td.TdClassName
{
border-color: #ADE0C2;
}
.TagClassName
{
border-color: #ADE0C2;
}
</style>