Shades of Shamrock #3BB994
Tints of Shamrock #3BB994
RGB
CMYK
RGB Variations
Color information
#3BB994 (or 0x3BB994) is known color: Shamrock. HEX triplet: 3B, B9 and 94. RGB value is (59,185,148). Sum of RGB (Red+Green+Blue) = 59+185+148=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #3BB994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB994 is #C4466B. Grayscale: #8F8F8F. Windows color (decimal): -12863084 or 9746747. OLE color: 9746747.
HSL color Cylindrical-coordinate representation of color #3BB994: hue angle of 162.38º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB994 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 185 | 148 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.27 |
| HSL | 162.38º | 0.52% | 0.48% | - |
| HSV(B) | 162.38º | 0.68% | 0.73% | - |
| XYZ | 24.5 | 37.77 | 34.02 | - |
| YUV | 143.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 185 | 148 | 0.68 | 0 | 0.20 | 0.27 | 162.38 | 0.52 | 0.48 |
| Hex | 3B | B9 | 94 | 44 | 0 | 14 | 1B | A2 | 34 | 30 |
| Octal | 73 | 271 | 224 | 104 | 0 | 24 | 33 | 242 | 64 | 60 |
| Binary | 111011 | 10111001 | 10010100 | 1000100 | 0 | 10100 | 11011 | 10100010 | 110100 | 110000 |
Color Harmonies of #3BB994
Complementary color
Monochromatic Colors of #3BB994
Black with #3BB994
Text Example
Text Example
White with #3BB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB994; }
p { color: rgb(59,185,148); }
H1.HeaderClassName
{
color: #3BB994;
}
.AnyTagClassName
{
color: #3BB994;
}
</style>
background-color css
<style>
a { background-color: #3BB994; }
a { background-color: rgb(59,185,148); }
div.DivClassName
{
background-color: #3BB994;
}
.BgClassName
{
background-color: #3BB994;
}
</style>
border-color css
<style>
span { border-color: #3BB994; }
span { border-color: rgb(59,185,148); }
td.TdClassName
{
border-color: #3BB994;
}
.TagClassName
{
border-color: #3BB994;
}
</style>