Shades of Shamrock #3BF1A2
Tints of Shamrock #3BF1A2
RGB
CMYK
RGB Variations
Color information
#3BF1A2 (or 0x3BF1A2) is known color: Shamrock. HEX triplet: 3B, F1 and A2. RGB value is (59,241,162). Sum of RGB (Red+Green+Blue) = 59+241+162=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF1A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF1A2 is #C40E5D. Grayscale: #B1B1B1. Windows color (decimal): -12848734 or 10678587. OLE color: 10678587.
HSL color Cylindrical-coordinate representation of color #3BF1A2: hue angle of 153.96º 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 #3BF1A2 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 162 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.05 |
| HSL | 153.96º | 0.87% | 0.59% | - |
| HSV(B) | 153.96º | 0.76% | 0.95% | - |
| XYZ | 39.78 | 66.45 | 44.91 | - |
| YUV | 177.58 | 119.2 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 162 | 0.76 | 0 | 0.33 | 0.05 | 153.96 | 0.87 | 0.59 |
| Hex | 3B | F1 | A2 | 4C | 0 | 21 | 5 | 9A | 57 | 3B |
| Octal | 73 | 361 | 242 | 114 | 0 | 41 | 5 | 232 | 127 | 73 |
| Binary | 111011 | 11110001 | 10100010 | 1001100 | 0 | 100001 | 101 | 10011010 | 1010111 | 111011 |
Color Harmonies of #3BF1A2
Complementary color
Monochromatic Colors of #3BF1A2
Black with #3BF1A2
Text Example
Text Example
White with #3BF1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF1A2; }
p { color: rgb(59,241,162); }
H1.HeaderClassName
{
color: #3BF1A2;
}
.AnyTagClassName
{
color: #3BF1A2;
}
</style>
background-color css
<style>
a { background-color: #3BF1A2; }
a { background-color: rgb(59,241,162); }
div.DivClassName
{
background-color: #3BF1A2;
}
.BgClassName
{
background-color: #3BF1A2;
}
</style>
border-color css
<style>
span { border-color: #3BF1A2; }
span { border-color: rgb(59,241,162); }
td.TdClassName
{
border-color: #3BF1A2;
}
.TagClassName
{
border-color: #3BF1A2;
}
</style>