Shades of Shamrock #3BC098
Tints of Shamrock #3BC098
RGB
CMYK
RGB Variations
Color information
#3BC098 (or 0x3BC098) is known color: Shamrock. HEX triplet: 3B, C0 and 98. RGB value is (59,192,152). Sum of RGB (Red+Green+Blue) = 59+192+152=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC098 is #C43F67. Grayscale: #939393. Windows color (decimal): -12861288 or 10010683. OLE color: 10010683.
HSL color Cylindrical-coordinate representation of color #3BC098: hue angle of 161.95º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC098 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 152 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.25 |
| HSL | 161.95º | 0.53% | 0.49% | - |
| HSV(B) | 161.95º | 0.69% | 0.75% | - |
| XYZ | 26.32 | 40.9 | 36.21 | - |
| YUV | 147.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 152 | 0.69 | 0 | 0.21 | 0.25 | 161.95 | 0.53 | 0.49 |
| Hex | 3B | C0 | 98 | 45 | 0 | 15 | 19 | A2 | 35 | 31 |
| Octal | 73 | 300 | 230 | 105 | 0 | 25 | 31 | 242 | 65 | 61 |
| Binary | 111011 | 11000000 | 10011000 | 1000101 | 0 | 10101 | 11001 | 10100010 | 110101 | 110001 |
Color Harmonies of #3BC098
Complementary color
Monochromatic Colors of #3BC098
Black with #3BC098
Text Example
Text Example
White with #3BC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC098; }
p { color: rgb(59,192,152); }
H1.HeaderClassName
{
color: #3BC098;
}
.AnyTagClassName
{
color: #3BC098;
}
</style>
background-color css
<style>
a { background-color: #3BC098; }
a { background-color: rgb(59,192,152); }
div.DivClassName
{
background-color: #3BC098;
}
.BgClassName
{
background-color: #3BC098;
}
</style>
border-color css
<style>
span { border-color: #3BC098; }
span { border-color: rgb(59,192,152); }
td.TdClassName
{
border-color: #3BC098;
}
.TagClassName
{
border-color: #3BC098;
}
</style>