Shades of Fringy Flower #ADEDBD
Tints of Fringy Flower #ADEDBD
RGB
CMYK
RGB Variations
Color information
#ADEDBD (or 0xADEDBD) is known color: Fringy Flower. HEX triplet: AD, ED and BD. RGB value is (173,237,189). Sum of RGB (Red+Green+Blue) = 173+237+189=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDBD is #521242. Grayscale: #D4D4D4. Windows color (decimal): -5378627 or 12447149. OLE color: 12447149.
HSL color Cylindrical-coordinate representation of color #ADEDBD: hue angle of 135º 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 #ADEDBD is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 189 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.07 |
| HSL | 135º | 0.64% | 0.8% | - |
| HSV(B) | 135º | 0.27% | 0.93% | - |
| XYZ | 56.7 | 73.13 | 59.27 | - |
| YUV | 212.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 189 | 0.27 | 0 | 0.20 | 0.07 | 135 | 0.64 | 0.8 |
| Hex | AD | ED | BD | 1B | 0 | 14 | 7 | 87 | 40 | 50 |
| Octal | 255 | 355 | 275 | 33 | 0 | 24 | 7 | 207 | 100 | 120 |
| Binary | 10101101 | 11101101 | 10111101 | 11011 | 0 | 10100 | 111 | 10000111 | 1000000 | 1010000 |
Color Harmonies of #ADEDBD
Complementary color
Monochromatic Colors of #ADEDBD
Black with #ADEDBD
Text Example
Text Example
White with #ADEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDBD; }
p { color: rgb(173,237,189); }
H1.HeaderClassName
{
color: #ADEDBD;
}
.AnyTagClassName
{
color: #ADEDBD;
}
</style>
background-color css
<style>
a { background-color: #ADEDBD; }
a { background-color: rgb(173,237,189); }
div.DivClassName
{
background-color: #ADEDBD;
}
.BgClassName
{
background-color: #ADEDBD;
}
</style>
border-color css
<style>
span { border-color: #ADEDBD; }
span { border-color: rgb(173,237,189); }
td.TdClassName
{
border-color: #ADEDBD;
}
.TagClassName
{
border-color: #ADEDBD;
}
</style>