Shades of Fringy Flower #A8DCB4
Tints of Fringy Flower #A8DCB4
RGB
CMYK
RGB Variations
Color information
#A8DCB4 (or 0xA8DCB4) is known color: Fringy Flower. HEX triplet: A8, DC and B4. RGB value is (168,220,180). Sum of RGB (Red+Green+Blue) = 168+220+180=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCB4 is #57234B. Grayscale: #C8C8C8. Windows color (decimal): -5710668 or 11852968. OLE color: 11852968.
HSL color Cylindrical-coordinate representation of color #A8DCB4: hue angle of 133.85º 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 #A8DCB4 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 180 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.14 |
| HSL | 133.85º | 0.43% | 0.76% | - |
| HSV(B) | 133.85º | 0.24% | 0.86% | - |
| XYZ | 49.98 | 62.81 | 52.67 | - |
| YUV | 199.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 180 | 0.24 | 0 | 0.18 | 0.14 | 133.85 | 0.43 | 0.76 |
| Hex | A8 | DC | B4 | 18 | 0 | 12 | E | 86 | 2B | 4C |
| Octal | 250 | 334 | 264 | 30 | 0 | 22 | 16 | 206 | 53 | 114 |
| Binary | 10101000 | 11011100 | 10110100 | 11000 | 0 | 10010 | 1110 | 10000110 | 101011 | 1001100 |
Color Harmonies of #A8DCB4
Complementary color
Monochromatic Colors of #A8DCB4
Black with #A8DCB4
Text Example
Text Example
White with #A8DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCB4; }
p { color: rgb(168,220,180); }
H1.HeaderClassName
{
color: #A8DCB4;
}
.AnyTagClassName
{
color: #A8DCB4;
}
</style>
background-color css
<style>
a { background-color: #A8DCB4; }
a { background-color: rgb(168,220,180); }
div.DivClassName
{
background-color: #A8DCB4;
}
.BgClassName
{
background-color: #A8DCB4;
}
</style>
border-color css
<style>
span { border-color: #A8DCB4; }
span { border-color: rgb(168,220,180); }
td.TdClassName
{
border-color: #A8DCB4;
}
.TagClassName
{
border-color: #A8DCB4;
}
</style>