Shades of Fringy Flower #ADECC0
Tints of Fringy Flower #ADECC0
RGB
CMYK
RGB Variations
Color information
#ADECC0 (or 0xADECC0) is known color: Fringy Flower. HEX triplet: AD, EC and C0. RGB value is (173,236,192). Sum of RGB (Red+Green+Blue) = 173+236+192=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECC0 is #52133F. Grayscale: #D4D4D4. Windows color (decimal): -5378880 or 12643501. OLE color: 12643501.
HSL color Cylindrical-coordinate representation of color #ADECC0: hue angle of 138.1º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECC0 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 192 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.07 |
| HSL | 138.1º | 0.62% | 0.8% | - |
| HSV(B) | 138.1º | 0.27% | 0.93% | - |
| XYZ | 56.74 | 72.68 | 60.91 | - |
| YUV | 212.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 192 | 0.27 | 0 | 0.19 | 0.07 | 138.1 | 0.62 | 0.8 |
| Hex | AD | EC | C0 | 1B | 0 | 13 | 7 | 8A | 3E | 50 |
| Octal | 255 | 354 | 300 | 33 | 0 | 23 | 7 | 212 | 76 | 120 |
| Binary | 10101101 | 11101100 | 11000000 | 11011 | 0 | 10011 | 111 | 10001010 | 111110 | 1010000 |
Color Harmonies of #ADECC0
Complementary color
Monochromatic Colors of #ADECC0
Black with #ADECC0
Text Example
Text Example
White with #ADECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECC0; }
p { color: rgb(173,236,192); }
H1.HeaderClassName
{
color: #ADECC0;
}
.AnyTagClassName
{
color: #ADECC0;
}
</style>
background-color css
<style>
a { background-color: #ADECC0; }
a { background-color: rgb(173,236,192); }
div.DivClassName
{
background-color: #ADECC0;
}
.BgClassName
{
background-color: #ADECC0;
}
</style>
border-color css
<style>
span { border-color: #ADECC0; }
span { border-color: rgb(173,236,192); }
td.TdClassName
{
border-color: #ADECC0;
}
.TagClassName
{
border-color: #ADECC0;
}
</style>