Shades of Shamrock #3BBC98
Tints of Shamrock #3BBC98
RGB
CMYK
RGB Variations
Color information
#3BBC98 (or 0x3BBC98) is known color: Shamrock. HEX triplet: 3B, BC and 98. RGB value is (59,188,152). Sum of RGB (Red+Green+Blue) = 59+188+152=399 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.79% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBC98 is #C44367. Grayscale: #919191. Windows color (decimal): -12862312 or 10009659. OLE color: 10009659.
HSL color Cylindrical-coordinate representation of color #3BBC98: hue angle of 163.26º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBC98 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 152 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.26 |
| HSL | 163.26º | 0.52% | 0.48% | - |
| HSV(B) | 163.26º | 0.69% | 0.74% | - |
| XYZ | 25.45 | 39.16 | 35.92 | - |
| YUV | 145.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 152 | 0.69 | 0 | 0.19 | 0.26 | 163.26 | 0.52 | 0.48 |
| Hex | 3B | BC | 98 | 45 | 0 | 13 | 1A | A3 | 34 | 30 |
| Octal | 73 | 274 | 230 | 105 | 0 | 23 | 32 | 243 | 64 | 60 |
| Binary | 111011 | 10111100 | 10011000 | 1000101 | 0 | 10011 | 11010 | 10100011 | 110100 | 110000 |
Color Harmonies of #3BBC98
Complementary color
Monochromatic Colors of #3BBC98
Black with #3BBC98
Text Example
Text Example
White with #3BBC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC98; }
p { color: rgb(59,188,152); }
H1.HeaderClassName
{
color: #3BBC98;
}
.AnyTagClassName
{
color: #3BBC98;
}
</style>
background-color css
<style>
a { background-color: #3BBC98; }
a { background-color: rgb(59,188,152); }
div.DivClassName
{
background-color: #3BBC98;
}
.BgClassName
{
background-color: #3BBC98;
}
</style>
border-color css
<style>
span { border-color: #3BBC98; }
span { border-color: rgb(59,188,152); }
td.TdClassName
{
border-color: #3BBC98;
}
.TagClassName
{
border-color: #3BBC98;
}
</style>