Shades of Fringy Flower #AFE5BA
Tints of Fringy Flower #AFE5BA
RGB
CMYK
RGB Variations
Color information
#AFE5BA (or 0xAFE5BA) is known color: Fringy Flower. HEX triplet: AF, E5 and BA. RGB value is (175,229,186). Sum of RGB (Red+Green+Blue) = 175+229+186=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5BA is #501A45. Grayscale: #D0D0D0. Windows color (decimal): -5249606 or 12248495. OLE color: 12248495.
HSL color Cylindrical-coordinate representation of color #AFE5BA: hue angle of 132.22º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5BA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 186 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.10 |
| HSL | 132.22º | 0.51% | 0.79% | - |
| HSV(B) | 132.22º | 0.24% | 0.9% | - |
| XYZ | 54.56 | 68.7 | 56.84 | - |
| YUV | 207.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 186 | 0.24 | 0 | 0.19 | 0.10 | 132.22 | 0.51 | 0.79 |
| Hex | AF | E5 | BA | 18 | 0 | 13 | A | 84 | 33 | 4F |
| Octal | 257 | 345 | 272 | 30 | 0 | 23 | 12 | 204 | 63 | 117 |
| Binary | 10101111 | 11100101 | 10111010 | 11000 | 0 | 10011 | 1010 | 10000100 | 110011 | 1001111 |
Color Harmonies of #AFE5BA
Complementary color
Monochromatic Colors of #AFE5BA
Black with #AFE5BA
Text Example
Text Example
White with #AFE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5BA; }
p { color: rgb(175,229,186); }
H1.HeaderClassName
{
color: #AFE5BA;
}
.AnyTagClassName
{
color: #AFE5BA;
}
</style>
background-color css
<style>
a { background-color: #AFE5BA; }
a { background-color: rgb(175,229,186); }
div.DivClassName
{
background-color: #AFE5BA;
}
.BgClassName
{
background-color: #AFE5BA;
}
</style>
border-color css
<style>
span { border-color: #AFE5BA; }
span { border-color: rgb(175,229,186); }
td.TdClassName
{
border-color: #AFE5BA;
}
.TagClassName
{
border-color: #AFE5BA;
}
</style>