Shades of Fringy Flower #ADDBBF
Tints of Fringy Flower #ADDBBF
RGB
CMYK
RGB Variations
Color information
#ADDBBF (or 0xADDBBF) is known color: Fringy Flower. HEX triplet: AD, DB and BF. RGB value is (173,219,191). Sum of RGB (Red+Green+Blue) = 173+219+191=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBBF is #522440. Grayscale: #CACACA. Windows color (decimal): -5383233 or 12573613. OLE color: 12573613.
HSL color Cylindrical-coordinate representation of color #ADDBBF: hue angle of 143.48º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBBF is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 191 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.14 |
| HSL | 143.48º | 0.39% | 0.77% | - |
| HSV(B) | 143.48º | 0.21% | 0.86% | - |
| XYZ | 51.97 | 63.31 | 58.77 | - |
| YUV | 202.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 191 | 0.21 | 0 | 0.13 | 0.14 | 143.48 | 0.39 | 0.77 |
| Hex | AD | DB | BF | 15 | 0 | D | E | 8F | 27 | 4D |
| Octal | 255 | 333 | 277 | 25 | 0 | 15 | 16 | 217 | 47 | 115 |
| Binary | 10101101 | 11011011 | 10111111 | 10101 | 0 | 1101 | 1110 | 10001111 | 100111 | 1001101 |
Color Harmonies of #ADDBBF
Complementary color
Monochromatic Colors of #ADDBBF
Black with #ADDBBF
Text Example
Text Example
White with #ADDBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBBF; }
p { color: rgb(173,219,191); }
H1.HeaderClassName
{
color: #ADDBBF;
}
.AnyTagClassName
{
color: #ADDBBF;
}
</style>
background-color css
<style>
a { background-color: #ADDBBF; }
a { background-color: rgb(173,219,191); }
div.DivClassName
{
background-color: #ADDBBF;
}
.BgClassName
{
background-color: #ADDBBF;
}
</style>
border-color css
<style>
span { border-color: #ADDBBF; }
span { border-color: rgb(173,219,191); }
td.TdClassName
{
border-color: #ADDBBF;
}
.TagClassName
{
border-color: #ADDBBF;
}
</style>