Shades of Shamrock #3BF09C
Tints of Shamrock #3BF09C
RGB
CMYK
RGB Variations
Color information
#3BF09C (or 0x3BF09C) is known color: Shamrock. HEX triplet: 3B, F0 and 9C. RGB value is (59,240,156). Sum of RGB (Red+Green+Blue) = 59+240+156=455 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.97% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF09C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF09C is #C40F63. Grayscale: #B0B0B0. Windows color (decimal): -12848996 or 10285115. OLE color: 10285115.
HSL color Cylindrical-coordinate representation of color #3BF09C: hue angle of 152.15º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BF09C is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 240 | 156 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.06 |
| HSL | 152.15º | 0.86% | 0.59% | - |
| HSV(B) | 152.15º | 0.75% | 0.94% | - |
| XYZ | 38.96 | 65.65 | 42.07 | - |
| YUV | 176.31 | 116.53 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 240 | 156 | 0.75 | 0 | 0.35 | 0.06 | 152.15 | 0.86 | 0.59 |
| Hex | 3B | F0 | 9C | 4B | 0 | 23 | 6 | 98 | 56 | 3B |
| Octal | 73 | 360 | 234 | 113 | 0 | 43 | 6 | 230 | 126 | 73 |
| Binary | 111011 | 11110000 | 10011100 | 1001011 | 0 | 100011 | 110 | 10011000 | 1010110 | 111011 |
Color Harmonies of #3BF09C
Complementary color
Monochromatic Colors of #3BF09C
Black with #3BF09C
Text Example
Text Example
White with #3BF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF09C; }
p { color: rgb(59,240,156); }
H1.HeaderClassName
{
color: #3BF09C;
}
.AnyTagClassName
{
color: #3BF09C;
}
</style>
background-color css
<style>
a { background-color: #3BF09C; }
a { background-color: rgb(59,240,156); }
div.DivClassName
{
background-color: #3BF09C;
}
.BgClassName
{
background-color: #3BF09C;
}
</style>
border-color css
<style>
span { border-color: #3BF09C; }
span { border-color: rgb(59,240,156); }
td.TdClassName
{
border-color: #3BF09C;
}
.TagClassName
{
border-color: #3BF09C;
}
</style>