Shades of Shamrock #3BBF98
Tints of Shamrock #3BBF98
RGB
CMYK
RGB Variations
Color information
#3BBF98 (or 0x3BBF98) is known color: Shamrock. HEX triplet: 3B, BF and 98. RGB value is (59,191,152). Sum of RGB (Red+Green+Blue) = 59+191+152=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBF98 is #C44067. Grayscale: #939393. Windows color (decimal): -12861544 or 10010427. OLE color: 10010427.
HSL color Cylindrical-coordinate representation of color #3BBF98: hue angle of 162.27º 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 #3BBF98 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 191 | 152 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.25 |
| HSL | 162.27º | 0.53% | 0.49% | - |
| HSV(B) | 162.27º | 0.69% | 0.75% | - |
| XYZ | 26.1 | 40.46 | 36.14 | - |
| YUV | 147.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 191 | 152 | 0.69 | 0 | 0.20 | 0.25 | 162.27 | 0.53 | 0.49 |
| Hex | 3B | BF | 98 | 45 | 0 | 14 | 19 | A2 | 35 | 31 |
| Octal | 73 | 277 | 230 | 105 | 0 | 24 | 31 | 242 | 65 | 61 |
| Binary | 111011 | 10111111 | 10011000 | 1000101 | 0 | 10100 | 11001 | 10100010 | 110101 | 110001 |
Color Harmonies of #3BBF98
Complementary color
Monochromatic Colors of #3BBF98
Black with #3BBF98
Text Example
Text Example
White with #3BBF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBF98; }
p { color: rgb(59,191,152); }
H1.HeaderClassName
{
color: #3BBF98;
}
.AnyTagClassName
{
color: #3BBF98;
}
</style>
background-color css
<style>
a { background-color: #3BBF98; }
a { background-color: rgb(59,191,152); }
div.DivClassName
{
background-color: #3BBF98;
}
.BgClassName
{
background-color: #3BBF98;
}
</style>
border-color css
<style>
span { border-color: #3BBF98; }
span { border-color: rgb(59,191,152); }
td.TdClassName
{
border-color: #3BBF98;
}
.TagClassName
{
border-color: #3BBF98;
}
</style>