Shades of Fringy Flower #AFF5BB
Tints of Fringy Flower #AFF5BB
RGB
CMYK
RGB Variations
Color information
#AFF5BB (or 0xAFF5BB) is known color: Fringy Flower. HEX triplet: AF, F5 and BB. RGB value is (175,245,187). Sum of RGB (Red+Green+Blue) = 175+245+187=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5BB is #500A44. Grayscale: #D9D9D9. Windows color (decimal): -5245509 or 12318127. OLE color: 12318127.
HSL color Cylindrical-coordinate representation of color #AFF5BB: hue angle of 130.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5BB is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 187 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.04 |
| HSL | 130.29º | 0.78% | 0.82% | - |
| HSV(B) | 130.29º | 0.29% | 0.96% | - |
| XYZ | 59.3 | 78.01 | 58.94 | - |
| YUV | 217.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 187 | 0.29 | 0 | 0.24 | 0.04 | 130.29 | 0.78 | 0.82 |
| Hex | AF | F5 | BB | 1D | 0 | 18 | 4 | 82 | 4E | 52 |
| Octal | 257 | 365 | 273 | 35 | 0 | 30 | 4 | 202 | 116 | 122 |
| Binary | 10101111 | 11110101 | 10111011 | 11101 | 0 | 11000 | 100 | 10000010 | 1001110 | 1010010 |
Color Harmonies of #AFF5BB
Complementary color
Monochromatic Colors of #AFF5BB
Black with #AFF5BB
Text Example
Text Example
White with #AFF5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5BB; }
p { color: rgb(175,245,187); }
H1.HeaderClassName
{
color: #AFF5BB;
}
.AnyTagClassName
{
color: #AFF5BB;
}
</style>
background-color css
<style>
a { background-color: #AFF5BB; }
a { background-color: rgb(175,245,187); }
div.DivClassName
{
background-color: #AFF5BB;
}
.BgClassName
{
background-color: #AFF5BB;
}
</style>
border-color css
<style>
span { border-color: #AFF5BB; }
span { border-color: rgb(175,245,187); }
td.TdClassName
{
border-color: #AFF5BB;
}
.TagClassName
{
border-color: #AFF5BB;
}
</style>