Shades of Fringy Flower #A7E0B5
Tints of Fringy Flower #A7E0B5
RGB
CMYK
RGB Variations
Color information
#A7E0B5 (or 0xA7E0B5) is known color: Fringy Flower. HEX triplet: A7, E0 and B5. RGB value is (167,224,181). Sum of RGB (Red+Green+Blue) = 167+224+181=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E0B5 is #581F4A. Grayscale: #CACACA. Windows color (decimal): -5775179 or 11919527. OLE color: 11919527.
HSL color Cylindrical-coordinate representation of color #A7E0B5: hue angle of 134.74º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7E0B5 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 224 | 181 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.12 |
| HSL | 134.74º | 0.48% | 0.77% | - |
| HSV(B) | 134.74º | 0.25% | 0.88% | - |
| XYZ | 50.93 | 64.86 | 53.55 | - |
| YUV | 202.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 181 | 0.25 | 0 | 0.19 | 0.12 | 134.74 | 0.48 | 0.77 |
| Hex | A7 | E0 | B5 | 19 | 0 | 13 | C | 87 | 30 | 4D |
| Octal | 247 | 340 | 265 | 31 | 0 | 23 | 14 | 207 | 60 | 115 |
| Binary | 10100111 | 11100000 | 10110101 | 11001 | 0 | 10011 | 1100 | 10000111 | 110000 | 1001101 |
Color Harmonies of #A7E0B5
Complementary color
Monochromatic Colors of #A7E0B5
Black with #A7E0B5
Text Example
Text Example
White with #A7E0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E0B5; }
p { color: rgb(167,224,181); }
H1.HeaderClassName
{
color: #A7E0B5;
}
.AnyTagClassName
{
color: #A7E0B5;
}
</style>
background-color css
<style>
a { background-color: #A7E0B5; }
a { background-color: rgb(167,224,181); }
div.DivClassName
{
background-color: #A7E0B5;
}
.BgClassName
{
background-color: #A7E0B5;
}
</style>
border-color css
<style>
span { border-color: #A7E0B5; }
span { border-color: rgb(167,224,181); }
td.TdClassName
{
border-color: #A7E0B5;
}
.TagClassName
{
border-color: #A7E0B5;
}
</style>