Shades of Fringy Flower #ADECBA
Tints of Fringy Flower #ADECBA
RGB
CMYK
RGB Variations
Color information
#ADECBA (or 0xADECBA) is known color: Fringy Flower. HEX triplet: AD, EC and BA. RGB value is (173,236,186). Sum of RGB (Red+Green+Blue) = 173+236+186=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECBA is #521345. Grayscale: #D3D3D3. Windows color (decimal): -5378886 or 12250285. OLE color: 12250285.
HSL color Cylindrical-coordinate representation of color #ADECBA: hue angle of 132.38º 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 #ADECBA is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 186 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.07 |
| HSL | 132.38º | 0.62% | 0.8% | - |
| HSV(B) | 132.38º | 0.27% | 0.93% | - |
| XYZ | 56.09 | 72.42 | 57.48 | - |
| YUV | 211.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 186 | 0.27 | 0 | 0.21 | 0.07 | 132.38 | 0.62 | 0.8 |
| Hex | AD | EC | BA | 1B | 0 | 15 | 7 | 84 | 3E | 50 |
| Octal | 255 | 354 | 272 | 33 | 0 | 25 | 7 | 204 | 76 | 120 |
| Binary | 10101101 | 11101100 | 10111010 | 11011 | 0 | 10101 | 111 | 10000100 | 111110 | 1010000 |
Color Harmonies of #ADECBA
Complementary color
Monochromatic Colors of #ADECBA
Black with #ADECBA
Text Example
Text Example
White with #ADECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECBA; }
p { color: rgb(173,236,186); }
H1.HeaderClassName
{
color: #ADECBA;
}
.AnyTagClassName
{
color: #ADECBA;
}
</style>
background-color css
<style>
a { background-color: #ADECBA; }
a { background-color: rgb(173,236,186); }
div.DivClassName
{
background-color: #ADECBA;
}
.BgClassName
{
background-color: #ADECBA;
}
</style>
border-color css
<style>
span { border-color: #ADECBA; }
span { border-color: rgb(173,236,186); }
td.TdClassName
{
border-color: #ADECBA;
}
.TagClassName
{
border-color: #ADECBA;
}
</style>