Shades of Fringy Flower #A8DFBD
Tints of Fringy Flower #A8DFBD
RGB
CMYK
RGB Variations
Color information
#A8DFBD (or 0xA8DFBD) is known color: Fringy Flower. HEX triplet: A8, DF and BD. RGB value is (168,223,189). Sum of RGB (Red+Green+Blue) = 168+223+189=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFBD is #572042. Grayscale: #CACACA. Windows color (decimal): -5709891 or 12443560. OLE color: 12443560.
HSL color Cylindrical-coordinate representation of color #A8DFBD: hue angle of 142.91º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFBD is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 189 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.13 |
| HSL | 142.91º | 0.46% | 0.77% | - |
| HSV(B) | 142.91º | 0.25% | 0.87% | - |
| XYZ | 51.72 | 64.77 | 57.92 | - |
| YUV | 202.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 189 | 0.25 | 0 | 0.15 | 0.13 | 142.91 | 0.46 | 0.77 |
| Hex | A8 | DF | BD | 19 | 0 | F | D | 8F | 2E | 4D |
| Octal | 250 | 337 | 275 | 31 | 0 | 17 | 15 | 217 | 56 | 115 |
| Binary | 10101000 | 11011111 | 10111101 | 11001 | 0 | 1111 | 1101 | 10001111 | 101110 | 1001101 |
Color Harmonies of #A8DFBD
Complementary color
Monochromatic Colors of #A8DFBD
Black with #A8DFBD
Text Example
Text Example
White with #A8DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFBD; }
p { color: rgb(168,223,189); }
H1.HeaderClassName
{
color: #A8DFBD;
}
.AnyTagClassName
{
color: #A8DFBD;
}
</style>
background-color css
<style>
a { background-color: #A8DFBD; }
a { background-color: rgb(168,223,189); }
div.DivClassName
{
background-color: #A8DFBD;
}
.BgClassName
{
background-color: #A8DFBD;
}
</style>
border-color css
<style>
span { border-color: #A8DFBD; }
span { border-color: rgb(168,223,189); }
td.TdClassName
{
border-color: #A8DFBD;
}
.TagClassName
{
border-color: #A8DFBD;
}
</style>