Shades of Fringy Flower #AFF0B7
Tints of Fringy Flower #AFF0B7
RGB
CMYK
RGB Variations
Color information
#AFF0B7 (or 0xAFF0B7) is known color: Fringy Flower. HEX triplet: AF, F0 and B7. RGB value is (175,240,183). Sum of RGB (Red+Green+Blue) = 175+240+183=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0B7 is #500F48. Grayscale: #D6D6D6. Windows color (decimal): -5246793 or 12054703. OLE color: 12054703.
HSL color Cylindrical-coordinate representation of color #AFF0B7: hue angle of 127.38º 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 #AFF0B7 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 183 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.06 |
| HSL | 127.38º | 0.68% | 0.81% | - |
| HSV(B) | 127.38º | 0.27% | 0.94% | - |
| XYZ | 57.39 | 74.85 | 56.22 | - |
| YUV | 214.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 183 | 0.27 | 0 | 0.24 | 0.06 | 127.38 | 0.68 | 0.81 |
| Hex | AF | F0 | B7 | 1B | 0 | 18 | 6 | 7F | 44 | 51 |
| Octal | 257 | 360 | 267 | 33 | 0 | 30 | 6 | 177 | 104 | 121 |
| Binary | 10101111 | 11110000 | 10110111 | 11011 | 0 | 11000 | 110 | 1111111 | 1000100 | 1010001 |
Color Harmonies of #AFF0B7
Complementary color
Monochromatic Colors of #AFF0B7
Black with #AFF0B7
Text Example
Text Example
White with #AFF0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0B7; }
p { color: rgb(175,240,183); }
H1.HeaderClassName
{
color: #AFF0B7;
}
.AnyTagClassName
{
color: #AFF0B7;
}
</style>
background-color css
<style>
a { background-color: #AFF0B7; }
a { background-color: rgb(175,240,183); }
div.DivClassName
{
background-color: #AFF0B7;
}
.BgClassName
{
background-color: #AFF0B7;
}
</style>
border-color css
<style>
span { border-color: #AFF0B7; }
span { border-color: rgb(175,240,183); }
td.TdClassName
{
border-color: #AFF0B7;
}
.TagClassName
{
border-color: #AFF0B7;
}
</style>