Shades of Fringy Flower #ADDAB5
Tints of Fringy Flower #ADDAB5
RGB
CMYK
RGB Variations
Color information
#ADDAB5 (or 0xADDAB5) is known color: Fringy Flower. HEX triplet: AD, DA and B5. RGB value is (173,218,181). Sum of RGB (Red+Green+Blue) = 173+218+181=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAB5 is #52254A. Grayscale: #C8C8C8. Windows color (decimal): -5383499 or 11917997. OLE color: 11917997.
HSL color Cylindrical-coordinate representation of color #ADDAB5: hue angle of 130.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAB5 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 181 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.15 |
| HSL | 130.67º | 0.38% | 0.77% | - |
| HSV(B) | 130.67º | 0.21% | 0.85% | - |
| XYZ | 50.65 | 62.36 | 53.08 | - |
| YUV | 200.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 181 | 0.21 | 0 | 0.17 | 0.15 | 130.67 | 0.38 | 0.77 |
| Hex | AD | DA | B5 | 15 | 0 | 11 | F | 83 | 26 | 4D |
| Octal | 255 | 332 | 265 | 25 | 0 | 21 | 17 | 203 | 46 | 115 |
| Binary | 10101101 | 11011010 | 10110101 | 10101 | 0 | 10001 | 1111 | 10000011 | 100110 | 1001101 |
Color Harmonies of #ADDAB5
Complementary color
Monochromatic Colors of #ADDAB5
Black with #ADDAB5
Text Example
Text Example
White with #ADDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAB5; }
p { color: rgb(173,218,181); }
H1.HeaderClassName
{
color: #ADDAB5;
}
.AnyTagClassName
{
color: #ADDAB5;
}
</style>
background-color css
<style>
a { background-color: #ADDAB5; }
a { background-color: rgb(173,218,181); }
div.DivClassName
{
background-color: #ADDAB5;
}
.BgClassName
{
background-color: #ADDAB5;
}
</style>
border-color css
<style>
span { border-color: #ADDAB5; }
span { border-color: rgb(173,218,181); }
td.TdClassName
{
border-color: #ADDAB5;
}
.TagClassName
{
border-color: #ADDAB5;
}
</style>