Shades of Shamrock #3BCD98
Tints of Shamrock #3BCD98
RGB
CMYK
RGB Variations
Color information
#3BCD98 (or 0x3BCD98) is known color: Shamrock. HEX triplet: 3B, CD and 98. RGB value is (59,205,152). Sum of RGB (Red+Green+Blue) = 59+205+152=416 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.18% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCD98 is #C43267. Grayscale: #9B9B9B. Windows color (decimal): -12857960 or 10014011. OLE color: 10014011.
HSL color Cylindrical-coordinate representation of color #3BCD98: hue angle of 158.22º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCD98 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 152 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.20 |
| HSL | 158.22º | 0.59% | 0.52% | - |
| HSV(B) | 158.22º | 0.71% | 0.8% | - |
| XYZ | 29.3 | 46.86 | 37.21 | - |
| YUV | 155.3 | 126.13 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 152 | 0.71 | 0 | 0.26 | 0.20 | 158.22 | 0.59 | 0.52 |
| Hex | 3B | CD | 98 | 47 | 0 | 1A | 14 | 9E | 3B | 34 |
| Octal | 73 | 315 | 230 | 107 | 0 | 32 | 24 | 236 | 73 | 64 |
| Binary | 111011 | 11001101 | 10011000 | 1000111 | 0 | 11010 | 10100 | 10011110 | 111011 | 110100 |
Color Harmonies of #3BCD98
Complementary color
Monochromatic Colors of #3BCD98
Black with #3BCD98
Text Example
Text Example
White with #3BCD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD98; }
p { color: rgb(59,205,152); }
H1.HeaderClassName
{
color: #3BCD98;
}
.AnyTagClassName
{
color: #3BCD98;
}
</style>
background-color css
<style>
a { background-color: #3BCD98; }
a { background-color: rgb(59,205,152); }
div.DivClassName
{
background-color: #3BCD98;
}
.BgClassName
{
background-color: #3BCD98;
}
</style>
border-color css
<style>
span { border-color: #3BCD98; }
span { border-color: rgb(59,205,152); }
td.TdClassName
{
border-color: #3BCD98;
}
.TagClassName
{
border-color: #3BCD98;
}
</style>