Shades of Fringy Flower #ADEDC2
Tints of Fringy Flower #ADEDC2
RGB
CMYK
RGB Variations
Color information
#ADEDC2 (or 0xADEDC2) is known color: Fringy Flower. HEX triplet: AD, ED and C2. RGB value is (173,237,194). Sum of RGB (Red+Green+Blue) = 173+237+194=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDC2 is #52123D. Grayscale: #D5D5D5. Windows color (decimal): -5378622 or 12774829. OLE color: 12774829.
HSL color Cylindrical-coordinate representation of color #ADEDC2: hue angle of 139.69º degrees, saturation: 0.64, 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 #ADEDC2 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 194 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.07 |
| HSL | 139.69º | 0.64% | 0.8% | - |
| HSV(B) | 139.69º | 0.27% | 0.93% | - |
| XYZ | 57.26 | 73.35 | 62.18 | - |
| YUV | 212.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 194 | 0.27 | 0 | 0.18 | 0.07 | 139.69 | 0.64 | 0.8 |
| Hex | AD | ED | C2 | 1B | 0 | 12 | 7 | 8C | 40 | 50 |
| Octal | 255 | 355 | 302 | 33 | 0 | 22 | 7 | 214 | 100 | 120 |
| Binary | 10101101 | 11101101 | 11000010 | 11011 | 0 | 10010 | 111 | 10001100 | 1000000 | 1010000 |
Color Harmonies of #ADEDC2
Complementary color
Monochromatic Colors of #ADEDC2
Black with #ADEDC2
Text Example
Text Example
White with #ADEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDC2; }
p { color: rgb(173,237,194); }
H1.HeaderClassName
{
color: #ADEDC2;
}
.AnyTagClassName
{
color: #ADEDC2;
}
</style>
background-color css
<style>
a { background-color: #ADEDC2; }
a { background-color: rgb(173,237,194); }
div.DivClassName
{
background-color: #ADEDC2;
}
.BgClassName
{
background-color: #ADEDC2;
}
</style>
border-color css
<style>
span { border-color: #ADEDC2; }
span { border-color: rgb(173,237,194); }
td.TdClassName
{
border-color: #ADEDC2;
}
.TagClassName
{
border-color: #ADEDC2;
}
</style>