Shades of Shamrock #3BF1A3
Tints of Shamrock #3BF1A3
RGB
CMYK
RGB Variations
Color information
#3BF1A3 (or 0x3BF1A3) is known color: Shamrock. HEX triplet: 3B, F1 and A3. RGB value is (59,241,163). Sum of RGB (Red+Green+Blue) = 59+241+163=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF1A3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF1A3 is #C40E5C. Grayscale: #B1B1B1. Windows color (decimal): -12848733 or 10744123. OLE color: 10744123.
HSL color Cylindrical-coordinate representation of color #3BF1A3: hue angle of 154.29º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF1A3 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 163 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.05 |
| HSL | 154.29º | 0.87% | 0.59% | - |
| HSV(B) | 154.29º | 0.76% | 0.95% | - |
| XYZ | 39.87 | 66.48 | 45.38 | - |
| YUV | 177.69 | 119.7 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 163 | 0.76 | 0 | 0.32 | 0.05 | 154.29 | 0.87 | 0.59 |
| Hex | 3B | F1 | A3 | 4C | 0 | 20 | 5 | 9A | 57 | 3B |
| Octal | 73 | 361 | 243 | 114 | 0 | 40 | 5 | 232 | 127 | 73 |
| Binary | 111011 | 11110001 | 10100011 | 1001100 | 0 | 100000 | 101 | 10011010 | 1010111 | 111011 |
Color Harmonies of #3BF1A3
Complementary color
Monochromatic Colors of #3BF1A3
Black with #3BF1A3
Text Example
Text Example
White with #3BF1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF1A3; }
p { color: rgb(59,241,163); }
H1.HeaderClassName
{
color: #3BF1A3;
}
.AnyTagClassName
{
color: #3BF1A3;
}
</style>
background-color css
<style>
a { background-color: #3BF1A3; }
a { background-color: rgb(59,241,163); }
div.DivClassName
{
background-color: #3BF1A3;
}
.BgClassName
{
background-color: #3BF1A3;
}
</style>
border-color css
<style>
span { border-color: #3BF1A3; }
span { border-color: rgb(59,241,163); }
td.TdClassName
{
border-color: #3BF1A3;
}
.TagClassName
{
border-color: #3BF1A3;
}
</style>