Shades of Fringy Flower #AFF0BB
Tints of Fringy Flower #AFF0BB
RGB
CMYK
RGB Variations
Color information
#AFF0BB (or 0xAFF0BB) is known color: Fringy Flower. HEX triplet: AF, F0 and BB. RGB value is (175,240,187). Sum of RGB (Red+Green+Blue) = 175+240+187=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0BB is #500F44. Grayscale: #D6D6D6. Windows color (decimal): -5246789 or 12316847. OLE color: 12316847.
HSL color Cylindrical-coordinate representation of color #AFF0BB: hue angle of 131.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0BB is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 187 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.06 |
| HSL | 131.08º | 0.68% | 0.81% | - |
| HSV(B) | 131.08º | 0.27% | 0.94% | - |
| XYZ | 57.81 | 75.02 | 58.45 | - |
| YUV | 214.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 187 | 0.27 | 0 | 0.22 | 0.06 | 131.08 | 0.68 | 0.81 |
| Hex | AF | F0 | BB | 1B | 0 | 16 | 6 | 83 | 44 | 51 |
| Octal | 257 | 360 | 273 | 33 | 0 | 26 | 6 | 203 | 104 | 121 |
| Binary | 10101111 | 11110000 | 10111011 | 11011 | 0 | 10110 | 110 | 10000011 | 1000100 | 1010001 |
Color Harmonies of #AFF0BB
Complementary color
Monochromatic Colors of #AFF0BB
Black with #AFF0BB
Text Example
Text Example
White with #AFF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0BB; }
p { color: rgb(175,240,187); }
H1.HeaderClassName
{
color: #AFF0BB;
}
.AnyTagClassName
{
color: #AFF0BB;
}
</style>
background-color css
<style>
a { background-color: #AFF0BB; }
a { background-color: rgb(175,240,187); }
div.DivClassName
{
background-color: #AFF0BB;
}
.BgClassName
{
background-color: #AFF0BB;
}
</style>
border-color css
<style>
span { border-color: #AFF0BB; }
span { border-color: rgb(175,240,187); }
td.TdClassName
{
border-color: #AFF0BB;
}
.TagClassName
{
border-color: #AFF0BB;
}
</style>