Shades of Fringy Flower #A0F3B7
Tints of Fringy Flower #A0F3B7
RGB
CMYK
RGB Variations
Color information
#A0F3B7 (or 0xA0F3B7) is known color: Fringy Flower. HEX triplet: A0, F3 and B7. RGB value is (160,243,183). Sum of RGB (Red+Green+Blue) = 160+243+183=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3B7 is #5F0C48. Grayscale: #D3D3D3. Windows color (decimal): -6229065 or 12055456. OLE color: 12055456.
HSL color Cylindrical-coordinate representation of color #A0F3B7: hue angle of 136.63º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F3B7 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 183 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.05 |
| HSL | 136.63º | 0.78% | 0.79% | - |
| HSV(B) | 136.63º | 0.34% | 0.95% | - |
| XYZ | 55.1 | 74.99 | 56.37 | - |
| YUV | 211.34 | 112 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 183 | 0.34 | 0 | 0.25 | 0.05 | 136.63 | 0.78 | 0.79 |
| Hex | A0 | F3 | B7 | 22 | 0 | 19 | 5 | 89 | 4E | 4F |
| Octal | 240 | 363 | 267 | 42 | 0 | 31 | 5 | 211 | 116 | 117 |
| Binary | 10100000 | 11110011 | 10110111 | 100010 | 0 | 11001 | 101 | 10001001 | 1001110 | 1001111 |
Color Harmonies of #A0F3B7
Complementary color
Monochromatic Colors of #A0F3B7
Black with #A0F3B7
Text Example
Text Example
White with #A0F3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F3B7; }
p { color: rgb(160,243,183); }
H1.HeaderClassName
{
color: #A0F3B7;
}
.AnyTagClassName
{
color: #A0F3B7;
}
</style>
background-color css
<style>
a { background-color: #A0F3B7; }
a { background-color: rgb(160,243,183); }
div.DivClassName
{
background-color: #A0F3B7;
}
.BgClassName
{
background-color: #A0F3B7;
}
</style>
border-color css
<style>
span { border-color: #A0F3B7; }
span { border-color: rgb(160,243,183); }
td.TdClassName
{
border-color: #A0F3B7;
}
.TagClassName
{
border-color: #A0F3B7;
}
</style>