Shades of Shamrock #3BF5A2
Tints of Shamrock #3BF5A2
RGB
CMYK
RGB Variations
Color information
#3BF5A2 (or 0x3BF5A2) is known color: Shamrock. HEX triplet: 3B, F5 and A2. RGB value is (59,245,162). Sum of RGB (Red+Green+Blue) = 59+245+162=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF5A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF5A2 is #C40A5D. Grayscale: #B4B4B4. Windows color (decimal): -12847710 or 10679611. OLE color: 10679611.
HSL color Cylindrical-coordinate representation of color #3BF5A2: hue angle of 153.23º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF5A2 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 245 | 162 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.04 |
| HSL | 153.23º | 0.9% | 0.6% | - |
| HSV(B) | 153.23º | 0.76% | 0.96% | - |
| XYZ | 40.98 | 68.84 | 45.31 | - |
| YUV | 179.92 | 117.88 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 245 | 162 | 0.76 | 0 | 0.34 | 0.04 | 153.23 | 0.9 | 0.6 |
| Hex | 3B | F5 | A2 | 4C | 0 | 22 | 4 | 99 | 5A | 3C |
| Octal | 73 | 365 | 242 | 114 | 0 | 42 | 4 | 231 | 132 | 74 |
| Binary | 111011 | 11110101 | 10100010 | 1001100 | 0 | 100010 | 100 | 10011001 | 1011010 | 111100 |
Color Harmonies of #3BF5A2
Complementary color
Monochromatic Colors of #3BF5A2
Black with #3BF5A2
Text Example
Text Example
White with #3BF5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF5A2; }
p { color: rgb(59,245,162); }
H1.HeaderClassName
{
color: #3BF5A2;
}
.AnyTagClassName
{
color: #3BF5A2;
}
</style>
background-color css
<style>
a { background-color: #3BF5A2; }
a { background-color: rgb(59,245,162); }
div.DivClassName
{
background-color: #3BF5A2;
}
.BgClassName
{
background-color: #3BF5A2;
}
</style>
border-color css
<style>
span { border-color: #3BF5A2; }
span { border-color: rgb(59,245,162); }
td.TdClassName
{
border-color: #3BF5A2;
}
.TagClassName
{
border-color: #3BF5A2;
}
</style>