Shades of Fringy Flower #A3F8BA
Tints of Fringy Flower #A3F8BA
RGB
CMYK
RGB Variations
Color information
#A3F8BA (or 0xA3F8BA) is known color: Fringy Flower. HEX triplet: A3, F8 and BA. RGB value is (163,248,186). Sum of RGB (Red+Green+Blue) = 163+248+186=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F8BA is #5C0745. Grayscale: #D7D7D7. Windows color (decimal): -6031174 or 12253347. OLE color: 12253347.
HSL color Cylindrical-coordinate representation of color #A3F8BA: hue angle of 136.24º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3F8BA is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 248 | 186 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.03 |
| HSL | 136.24º | 0.86% | 0.81% | - |
| HSV(B) | 136.24º | 0.34% | 0.97% | - |
| XYZ | 57.53 | 78.47 | 58.57 | - |
| YUV | 215.52 | 111.34 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 248 | 186 | 0.34 | 0 | 0.25 | 0.03 | 136.24 | 0.86 | 0.81 |
| Hex | A3 | F8 | BA | 22 | 0 | 19 | 3 | 88 | 56 | 51 |
| Octal | 243 | 370 | 272 | 42 | 0 | 31 | 3 | 210 | 126 | 121 |
| Binary | 10100011 | 11111000 | 10111010 | 100010 | 0 | 11001 | 11 | 10001000 | 1010110 | 1010001 |
Color Harmonies of #A3F8BA
Complementary color
Monochromatic Colors of #A3F8BA
Black with #A3F8BA
Text Example
Text Example
White with #A3F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F8BA; }
p { color: rgb(163,248,186); }
H1.HeaderClassName
{
color: #A3F8BA;
}
.AnyTagClassName
{
color: #A3F8BA;
}
</style>
background-color css
<style>
a { background-color: #A3F8BA; }
a { background-color: rgb(163,248,186); }
div.DivClassName
{
background-color: #A3F8BA;
}
.BgClassName
{
background-color: #A3F8BA;
}
</style>
border-color css
<style>
span { border-color: #A3F8BA; }
span { border-color: rgb(163,248,186); }
td.TdClassName
{
border-color: #A3F8BA;
}
.TagClassName
{
border-color: #A3F8BA;
}
</style>