Shades of Fringy Flower #AFE7BA
Tints of Fringy Flower #AFE7BA
RGB
CMYK
RGB Variations
Color information
#AFE7BA (or 0xAFE7BA) is known color: Fringy Flower. HEX triplet: AF, E7 and BA. RGB value is (175,231,186). Sum of RGB (Red+Green+Blue) = 175+231+186=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7BA is #501845. Grayscale: #D1D1D1. Windows color (decimal): -5249094 or 12249007. OLE color: 12249007.
HSL color Cylindrical-coordinate representation of color #AFE7BA: hue angle of 131.79º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE7BA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 186 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.09 |
| HSL | 131.79º | 0.54% | 0.8% | - |
| HSV(B) | 131.79º | 0.24% | 0.91% | - |
| XYZ | 55.12 | 69.81 | 57.02 | - |
| YUV | 209.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 186 | 0.24 | 0 | 0.19 | 0.09 | 131.79 | 0.54 | 0.8 |
| Hex | AF | E7 | BA | 18 | 0 | 13 | 9 | 84 | 36 | 50 |
| Octal | 257 | 347 | 272 | 30 | 0 | 23 | 11 | 204 | 66 | 120 |
| Binary | 10101111 | 11100111 | 10111010 | 11000 | 0 | 10011 | 1001 | 10000100 | 110110 | 1010000 |
Color Harmonies of #AFE7BA
Complementary color
Monochromatic Colors of #AFE7BA
Black with #AFE7BA
Text Example
Text Example
White with #AFE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE7BA; }
p { color: rgb(175,231,186); }
H1.HeaderClassName
{
color: #AFE7BA;
}
.AnyTagClassName
{
color: #AFE7BA;
}
</style>
background-color css
<style>
a { background-color: #AFE7BA; }
a { background-color: rgb(175,231,186); }
div.DivClassName
{
background-color: #AFE7BA;
}
.BgClassName
{
background-color: #AFE7BA;
}
</style>
border-color css
<style>
span { border-color: #AFE7BA; }
span { border-color: rgb(175,231,186); }
td.TdClassName
{
border-color: #AFE7BA;
}
.TagClassName
{
border-color: #AFE7BA;
}
</style>