Shades of Fringy Flower #ADDABB
Tints of Fringy Flower #ADDABB
RGB
CMYK
RGB Variations
Color information
#ADDABB (or 0xADDABB) is known color: Fringy Flower. HEX triplet: AD, DA and BB. RGB value is (173,218,187). Sum of RGB (Red+Green+Blue) = 173+218+187=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDABB is #522544. Grayscale: #C9C9C9. Windows color (decimal): -5383493 or 12311213. OLE color: 12311213.
HSL color Cylindrical-coordinate representation of color #ADDABB: hue angle of 138.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 #ADDABB is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 187 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.15 |
| HSL | 138.67º | 0.38% | 0.77% | - |
| HSV(B) | 138.67º | 0.21% | 0.85% | - |
| XYZ | 51.27 | 62.61 | 56.4 | - |
| YUV | 201.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 187 | 0.21 | 0 | 0.14 | 0.15 | 138.67 | 0.38 | 0.77 |
| Hex | AD | DA | BB | 15 | 0 | E | F | 8B | 26 | 4D |
| Octal | 255 | 332 | 273 | 25 | 0 | 16 | 17 | 213 | 46 | 115 |
| Binary | 10101101 | 11011010 | 10111011 | 10101 | 0 | 1110 | 1111 | 10001011 | 100110 | 1001101 |
Color Harmonies of #ADDABB
Complementary color
Monochromatic Colors of #ADDABB
Black with #ADDABB
Text Example
Text Example
White with #ADDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDABB; }
p { color: rgb(173,218,187); }
H1.HeaderClassName
{
color: #ADDABB;
}
.AnyTagClassName
{
color: #ADDABB;
}
</style>
background-color css
<style>
a { background-color: #ADDABB; }
a { background-color: rgb(173,218,187); }
div.DivClassName
{
background-color: #ADDABB;
}
.BgClassName
{
background-color: #ADDABB;
}
</style>
border-color css
<style>
span { border-color: #ADDABB; }
span { border-color: rgb(173,218,187); }
td.TdClassName
{
border-color: #ADDABB;
}
.TagClassName
{
border-color: #ADDABB;
}
</style>