Shades of Shamrock #3BB698
Tints of Shamrock #3BB698
RGB
CMYK
RGB Variations
Color information
#3BB698 (or 0x3BB698) is known color: Shamrock. HEX triplet: 3B, B6 and 98. RGB value is (59,182,152). Sum of RGB (Red+Green+Blue) = 59+182+152=393 (52% of max value = 765). Red value is 59 (23.44% from 255 or 15.01% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #3BB698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB698 is #C44967. Grayscale: #8D8D8D. Windows color (decimal): -12863848 or 10008123. OLE color: 10008123.
HSL color Cylindrical-coordinate representation of color #3BB698: hue angle of 165.37º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB698 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 182 | 152 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.29 |
| HSL | 165.37º | 0.51% | 0.47% | - |
| HSV(B) | 165.37º | 0.68% | 0.71% | - |
| XYZ | 24.2 | 36.65 | 35.51 | - |
| YUV | 141.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 182 | 152 | 0.68 | 0 | 0.16 | 0.29 | 165.37 | 0.51 | 0.47 |
| Hex | 3B | B6 | 98 | 44 | 0 | 10 | 1D | A5 | 33 | 2F |
| Octal | 73 | 266 | 230 | 104 | 0 | 20 | 35 | 245 | 63 | 57 |
| Binary | 111011 | 10110110 | 10011000 | 1000100 | 0 | 10000 | 11101 | 10100101 | 110011 | 101111 |
Color Harmonies of #3BB698
Complementary color
Monochromatic Colors of #3BB698
Black with #3BB698
Text Example
Text Example
White with #3BB698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB698; }
p { color: rgb(59,182,152); }
H1.HeaderClassName
{
color: #3BB698;
}
.AnyTagClassName
{
color: #3BB698;
}
</style>
background-color css
<style>
a { background-color: #3BB698; }
a { background-color: rgb(59,182,152); }
div.DivClassName
{
background-color: #3BB698;
}
.BgClassName
{
background-color: #3BB698;
}
</style>
border-color css
<style>
span { border-color: #3BB698; }
span { border-color: rgb(59,182,152); }
td.TdClassName
{
border-color: #3BB698;
}
.TagClassName
{
border-color: #3BB698;
}
</style>