Shades of Fringy Flower #A3F2BC
Tints of Fringy Flower #A3F2BC
RGB
CMYK
RGB Variations
Color information
#A3F2BC (or 0xA3F2BC) is known color: Fringy Flower. HEX triplet: A3, F2 and BC. RGB value is (163,242,188). Sum of RGB (Red+Green+Blue) = 163+242+188=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2BC is #5C0D43. Grayscale: #D4D4D4. Windows color (decimal): -6032708 or 12382883. OLE color: 12382883.
HSL color Cylindrical-coordinate representation of color #A3F2BC: hue angle of 138.99º 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 #A3F2BC is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 188 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.05 |
| HSL | 138.99º | 0.75% | 0.79% | - |
| HSV(B) | 138.99º | 0.33% | 0.95% | - |
| XYZ | 55.93 | 74.92 | 59.09 | - |
| YUV | 212.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 188 | 0.33 | 0 | 0.22 | 0.05 | 138.99 | 0.75 | 0.79 |
| Hex | A3 | F2 | BC | 21 | 0 | 16 | 5 | 8B | 4B | 4F |
| Octal | 243 | 362 | 274 | 41 | 0 | 26 | 5 | 213 | 113 | 117 |
| Binary | 10100011 | 11110010 | 10111100 | 100001 | 0 | 10110 | 101 | 10001011 | 1001011 | 1001111 |
Color Harmonies of #A3F2BC
Complementary color
Monochromatic Colors of #A3F2BC
Black with #A3F2BC
Text Example
Text Example
White with #A3F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F2BC; }
p { color: rgb(163,242,188); }
H1.HeaderClassName
{
color: #A3F2BC;
}
.AnyTagClassName
{
color: #A3F2BC;
}
</style>
background-color css
<style>
a { background-color: #A3F2BC; }
a { background-color: rgb(163,242,188); }
div.DivClassName
{
background-color: #A3F2BC;
}
.BgClassName
{
background-color: #A3F2BC;
}
</style>
border-color css
<style>
span { border-color: #A3F2BC; }
span { border-color: rgb(163,242,188); }
td.TdClassName
{
border-color: #A3F2BC;
}
.TagClassName
{
border-color: #A3F2BC;
}
</style>