Shades of Fringy Flower #A3F2BB
Tints of Fringy Flower #A3F2BB
RGB
CMYK
RGB Variations
Color information
#A3F2BB (or 0xA3F2BB) is known color: Fringy Flower. HEX triplet: A3, F2 and BB. RGB value is (163,242,187). Sum of RGB (Red+Green+Blue) = 163+242+187=592 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.53% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2BB is #5C0D44. Grayscale: #D4D4D4. Windows color (decimal): -6032709 or 12317347. OLE color: 12317347.
HSL color Cylindrical-coordinate representation of color #A3F2BB: hue angle of 138.23º 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 #A3F2BB is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 187 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.05 |
| HSL | 138.23º | 0.75% | 0.79% | - |
| HSV(B) | 138.23º | 0.33% | 0.95% | - |
| XYZ | 55.83 | 74.88 | 58.52 | - |
| YUV | 212.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 187 | 0.33 | 0 | 0.23 | 0.05 | 138.23 | 0.75 | 0.79 |
| Hex | A3 | F2 | BB | 21 | 0 | 17 | 5 | 8A | 4B | 4F |
| Octal | 243 | 362 | 273 | 41 | 0 | 27 | 5 | 212 | 113 | 117 |
| Binary | 10100011 | 11110010 | 10111011 | 100001 | 0 | 10111 | 101 | 10001010 | 1001011 | 1001111 |
Color Harmonies of #A3F2BB
Complementary color
Monochromatic Colors of #A3F2BB
Black with #A3F2BB
Text Example
Text Example
White with #A3F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F2BB; }
p { color: rgb(163,242,187); }
H1.HeaderClassName
{
color: #A3F2BB;
}
.AnyTagClassName
{
color: #A3F2BB;
}
</style>
background-color css
<style>
a { background-color: #A3F2BB; }
a { background-color: rgb(163,242,187); }
div.DivClassName
{
background-color: #A3F2BB;
}
.BgClassName
{
background-color: #A3F2BB;
}
</style>
border-color css
<style>
span { border-color: #A3F2BB; }
span { border-color: rgb(163,242,187); }
td.TdClassName
{
border-color: #A3F2BB;
}
.TagClassName
{
border-color: #A3F2BB;
}
</style>