Shades of Shamrock #3BF7A0
Tints of Shamrock #3BF7A0
RGB
CMYK
RGB Variations
Color information
#3BF7A0 (or 0x3BF7A0) is known color: Shamrock. HEX triplet: 3B, F7 and A0. RGB value is (59,247,160). Sum of RGB (Red+Green+Blue) = 59+247+160=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #3BF7A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF7A0 is #C4085F. Grayscale: #B5B5B5. Windows color (decimal): -12847200 or 10549051. OLE color: 10549051.
HSL color Cylindrical-coordinate representation of color #3BF7A0: hue angle of 152.23º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF7A0 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 247 | 160 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.03 |
| HSL | 152.23º | 0.92% | 0.6% | - |
| HSV(B) | 152.23º | 0.76% | 0.97% | - |
| XYZ | 41.41 | 69.99 | 44.58 | - |
| YUV | 180.87 | 116.22 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 247 | 160 | 0.76 | 0 | 0.35 | 0.03 | 152.23 | 0.92 | 0.6 |
| Hex | 3B | F7 | A0 | 4C | 0 | 23 | 3 | 98 | 5C | 3C |
| Octal | 73 | 367 | 240 | 114 | 0 | 43 | 3 | 230 | 134 | 74 |
| Binary | 111011 | 11110111 | 10100000 | 1001100 | 0 | 100011 | 11 | 10011000 | 1011100 | 111100 |
Color Harmonies of #3BF7A0
Complementary color
Monochromatic Colors of #3BF7A0
Black with #3BF7A0
Text Example
Text Example
White with #3BF7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF7A0; }
p { color: rgb(59,247,160); }
H1.HeaderClassName
{
color: #3BF7A0;
}
.AnyTagClassName
{
color: #3BF7A0;
}
</style>
background-color css
<style>
a { background-color: #3BF7A0; }
a { background-color: rgb(59,247,160); }
div.DivClassName
{
background-color: #3BF7A0;
}
.BgClassName
{
background-color: #3BF7A0;
}
</style>
border-color css
<style>
span { border-color: #3BF7A0; }
span { border-color: rgb(59,247,160); }
td.TdClassName
{
border-color: #3BF7A0;
}
.TagClassName
{
border-color: #3BF7A0;
}
</style>