Shades of Fringy Flower #ADEDBA
Tints of Fringy Flower #ADEDBA
RGB
CMYK
RGB Variations
Color information
#ADEDBA (or 0xADEDBA) is known color: Fringy Flower. HEX triplet: AD, ED and BA. RGB value is (173,237,186). Sum of RGB (Red+Green+Blue) = 173+237+186=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDBA is #521245. Grayscale: #D4D4D4. Windows color (decimal): -5378630 or 12250541. OLE color: 12250541.
HSL color Cylindrical-coordinate representation of color #ADEDBA: hue angle of 132.19º 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 #ADEDBA is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 186 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.07 |
| HSL | 132.19º | 0.64% | 0.8% | - |
| HSV(B) | 132.19º | 0.27% | 0.93% | - |
| XYZ | 56.38 | 73 | 57.57 | - |
| YUV | 212.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 186 | 0.27 | 0 | 0.22 | 0.07 | 132.19 | 0.64 | 0.8 |
| Hex | AD | ED | BA | 1B | 0 | 16 | 7 | 84 | 40 | 50 |
| Octal | 255 | 355 | 272 | 33 | 0 | 26 | 7 | 204 | 100 | 120 |
| Binary | 10101101 | 11101101 | 10111010 | 11011 | 0 | 10110 | 111 | 10000100 | 1000000 | 1010000 |
Color Harmonies of #ADEDBA
Complementary color
Monochromatic Colors of #ADEDBA
Black with #ADEDBA
Text Example
Text Example
White with #ADEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDBA; }
p { color: rgb(173,237,186); }
H1.HeaderClassName
{
color: #ADEDBA;
}
.AnyTagClassName
{
color: #ADEDBA;
}
</style>
background-color css
<style>
a { background-color: #ADEDBA; }
a { background-color: rgb(173,237,186); }
div.DivClassName
{
background-color: #ADEDBA;
}
.BgClassName
{
background-color: #ADEDBA;
}
</style>
border-color css
<style>
span { border-color: #ADEDBA; }
span { border-color: rgb(173,237,186); }
td.TdClassName
{
border-color: #ADEDBA;
}
.TagClassName
{
border-color: #ADEDBA;
}
</style>