Shades of Shamrock #3BF2A1
Tints of Shamrock #3BF2A1
RGB
CMYK
RGB Variations
Color information
#3BF2A1 (or 0x3BF2A1) is known color: Shamrock. HEX triplet: 3B, F2 and A1. RGB value is (59,242,161). Sum of RGB (Red+Green+Blue) = 59+242+161=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF2A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF2A1 is #C40D5E. Grayscale: #B2B2B2. Windows color (decimal): -12848479 or 10613307. OLE color: 10613307.
HSL color Cylindrical-coordinate representation of color #3BF2A1: hue angle of 153.44º degrees, saturation: 0.88, 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 #3BF2A1 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 161 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.05 |
| HSL | 153.44º | 0.88% | 0.59% | - |
| HSV(B) | 153.44º | 0.76% | 0.95% | - |
| XYZ | 39.99 | 67.01 | 44.54 | - |
| YUV | 178.05 | 118.37 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 161 | 0.76 | 0 | 0.33 | 0.05 | 153.44 | 0.88 | 0.59 |
| Hex | 3B | F2 | A1 | 4C | 0 | 21 | 5 | 99 | 58 | 3B |
| Octal | 73 | 362 | 241 | 114 | 0 | 41 | 5 | 231 | 130 | 73 |
| Binary | 111011 | 11110010 | 10100001 | 1001100 | 0 | 100001 | 101 | 10011001 | 1011000 | 111011 |
Color Harmonies of #3BF2A1
Complementary color
Monochromatic Colors of #3BF2A1
Black with #3BF2A1
Text Example
Text Example
White with #3BF2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF2A1; }
p { color: rgb(59,242,161); }
H1.HeaderClassName
{
color: #3BF2A1;
}
.AnyTagClassName
{
color: #3BF2A1;
}
</style>
background-color css
<style>
a { background-color: #3BF2A1; }
a { background-color: rgb(59,242,161); }
div.DivClassName
{
background-color: #3BF2A1;
}
.BgClassName
{
background-color: #3BF2A1;
}
</style>
border-color css
<style>
span { border-color: #3BF2A1; }
span { border-color: rgb(59,242,161); }
td.TdClassName
{
border-color: #3BF2A1;
}
.TagClassName
{
border-color: #3BF2A1;
}
</style>