Shades of Fringy Flower #A8DCB9
Tints of Fringy Flower #A8DCB9
RGB
CMYK
RGB Variations
Color information
#A8DCB9 (or 0xA8DCB9) is known color: Fringy Flower. HEX triplet: A8, DC and B9. RGB value is (168,220,185). Sum of RGB (Red+Green+Blue) = 168+220+185=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCB9 is #572346. Grayscale: #C8C8C8. Windows color (decimal): -5710663 or 12180648. OLE color: 12180648.
HSL color Cylindrical-coordinate representation of color #A8DCB9: hue angle of 139.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCB9 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 185 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.14 |
| HSL | 139.62º | 0.43% | 0.76% | - |
| HSV(B) | 139.62º | 0.24% | 0.86% | - |
| XYZ | 50.5 | 63.01 | 55.4 | - |
| YUV | 200.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 185 | 0.24 | 0 | 0.16 | 0.14 | 139.62 | 0.43 | 0.76 |
| Hex | A8 | DC | B9 | 18 | 0 | 10 | E | 8C | 2B | 4C |
| Octal | 250 | 334 | 271 | 30 | 0 | 20 | 16 | 214 | 53 | 114 |
| Binary | 10101000 | 11011100 | 10111001 | 11000 | 0 | 10000 | 1110 | 10001100 | 101011 | 1001100 |
Color Harmonies of #A8DCB9
Complementary color
Monochromatic Colors of #A8DCB9
Black with #A8DCB9
Text Example
Text Example
White with #A8DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCB9; }
p { color: rgb(168,220,185); }
H1.HeaderClassName
{
color: #A8DCB9;
}
.AnyTagClassName
{
color: #A8DCB9;
}
</style>
background-color css
<style>
a { background-color: #A8DCB9; }
a { background-color: rgb(168,220,185); }
div.DivClassName
{
background-color: #A8DCB9;
}
.BgClassName
{
background-color: #A8DCB9;
}
</style>
border-color css
<style>
span { border-color: #A8DCB9; }
span { border-color: rgb(168,220,185); }
td.TdClassName
{
border-color: #A8DCB9;
}
.TagClassName
{
border-color: #A8DCB9;
}
</style>