Shades of Fringy Flower #A3F2BA
Tints of Fringy Flower #A3F2BA
RGB
CMYK
RGB Variations
Color information
#A3F2BA (or 0xA3F2BA) is known color: Fringy Flower. HEX triplet: A3, F2 and BA. RGB value is (163,242,186). Sum of RGB (Red+Green+Blue) = 163+242+186=591 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.58% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2BA is #5C0D45. Grayscale: #D4D4D4. Windows color (decimal): -6032710 or 12251811. OLE color: 12251811.
HSL color Cylindrical-coordinate representation of color #A3F2BA: hue angle of 137.47º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F2BA is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 186 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.05 |
| HSL | 137.47º | 0.75% | 0.79% | - |
| HSV(B) | 137.47º | 0.33% | 0.95% | - |
| XYZ | 55.72 | 74.84 | 57.96 | - |
| YUV | 212 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 186 | 0.33 | 0 | 0.23 | 0.05 | 137.47 | 0.75 | 0.79 |
| Hex | A3 | F2 | BA | 21 | 0 | 17 | 5 | 89 | 4B | 4F |
| Octal | 243 | 362 | 272 | 41 | 0 | 27 | 5 | 211 | 113 | 117 |
| Binary | 10100011 | 11110010 | 10111010 | 100001 | 0 | 10111 | 101 | 10001001 | 1001011 | 1001111 |
Color Harmonies of #A3F2BA
Complementary color
Monochromatic Colors of #A3F2BA
Black with #A3F2BA
Text Example
Text Example
White with #A3F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F2BA; }
p { color: rgb(163,242,186); }
H1.HeaderClassName
{
color: #A3F2BA;
}
.AnyTagClassName
{
color: #A3F2BA;
}
</style>
background-color css
<style>
a { background-color: #A3F2BA; }
a { background-color: rgb(163,242,186); }
div.DivClassName
{
background-color: #A3F2BA;
}
.BgClassName
{
background-color: #A3F2BA;
}
</style>
border-color css
<style>
span { border-color: #A3F2BA; }
span { border-color: rgb(163,242,186); }
td.TdClassName
{
border-color: #A3F2BA;
}
.TagClassName
{
border-color: #A3F2BA;
}
</style>