Shades of Fringy Flower #AFE5BB
Tints of Fringy Flower #AFE5BB
RGB
CMYK
RGB Variations
Color information
#AFE5BB (or 0xAFE5BB) is known color: Fringy Flower. HEX triplet: AF, E5 and BB. RGB value is (175,229,187). Sum of RGB (Red+Green+Blue) = 175+229+187=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5BB is #501A44. Grayscale: #D0D0D0. Windows color (decimal): -5249605 or 12314031. OLE color: 12314031.
HSL color Cylindrical-coordinate representation of color #AFE5BB: hue angle of 133.33º 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 #AFE5BB is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 187 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.10 |
| HSL | 133.33º | 0.51% | 0.79% | - |
| HSV(B) | 133.33º | 0.24% | 0.9% | - |
| XYZ | 54.67 | 68.74 | 57.4 | - |
| YUV | 208.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 187 | 0.24 | 0 | 0.18 | 0.10 | 133.33 | 0.51 | 0.79 |
| Hex | AF | E5 | BB | 18 | 0 | 12 | A | 85 | 33 | 4F |
| Octal | 257 | 345 | 273 | 30 | 0 | 22 | 12 | 205 | 63 | 117 |
| Binary | 10101111 | 11100101 | 10111011 | 11000 | 0 | 10010 | 1010 | 10000101 | 110011 | 1001111 |
Color Harmonies of #AFE5BB
Complementary color
Monochromatic Colors of #AFE5BB
Black with #AFE5BB
Text Example
Text Example
White with #AFE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5BB; }
p { color: rgb(175,229,187); }
H1.HeaderClassName
{
color: #AFE5BB;
}
.AnyTagClassName
{
color: #AFE5BB;
}
</style>
background-color css
<style>
a { background-color: #AFE5BB; }
a { background-color: rgb(175,229,187); }
div.DivClassName
{
background-color: #AFE5BB;
}
.BgClassName
{
background-color: #AFE5BB;
}
</style>
border-color css
<style>
span { border-color: #AFE5BB; }
span { border-color: rgb(175,229,187); }
td.TdClassName
{
border-color: #AFE5BB;
}
.TagClassName
{
border-color: #AFE5BB;
}
</style>