Shades of Fringy Flower #ADE5C1
Tints of Fringy Flower #ADE5C1
RGB
CMYK
RGB Variations
Color information
#ADE5C1 (or 0xADE5C1) is known color: Fringy Flower. HEX triplet: AD, E5 and C1. RGB value is (173,229,193). Sum of RGB (Red+Green+Blue) = 173+229+193=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5C1 is #521A3E. Grayscale: #D0D0D0. Windows color (decimal): -5380671 or 12707245. OLE color: 12707245.
HSL color Cylindrical-coordinate representation of color #ADE5C1: hue angle of 141.43º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE5C1 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 193 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.10 |
| HSL | 141.43º | 0.52% | 0.79% | - |
| HSV(B) | 141.43º | 0.24% | 0.9% | - |
| XYZ | 54.88 | 68.77 | 60.83 | - |
| YUV | 208.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 193 | 0.24 | 0 | 0.16 | 0.10 | 141.43 | 0.52 | 0.79 |
| Hex | AD | E5 | C1 | 18 | 0 | 10 | A | 8D | 34 | 4F |
| Octal | 255 | 345 | 301 | 30 | 0 | 20 | 12 | 215 | 64 | 117 |
| Binary | 10101101 | 11100101 | 11000001 | 11000 | 0 | 10000 | 1010 | 10001101 | 110100 | 1001111 |
Color Harmonies of #ADE5C1
Complementary color
Monochromatic Colors of #ADE5C1
Black with #ADE5C1
Text Example
Text Example
White with #ADE5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5C1; }
p { color: rgb(173,229,193); }
H1.HeaderClassName
{
color: #ADE5C1;
}
.AnyTagClassName
{
color: #ADE5C1;
}
</style>
background-color css
<style>
a { background-color: #ADE5C1; }
a { background-color: rgb(173,229,193); }
div.DivClassName
{
background-color: #ADE5C1;
}
.BgClassName
{
background-color: #ADE5C1;
}
</style>
border-color css
<style>
span { border-color: #ADE5C1; }
span { border-color: rgb(173,229,193); }
td.TdClassName
{
border-color: #ADE5C1;
}
.TagClassName
{
border-color: #ADE5C1;
}
</style>