Shades of Shamrock #3CBE98
Tints of Shamrock #3CBE98
RGB
CMYK
RGB Variations
Color information
#3CBE98 (or 0x3CBE98) is known color: Shamrock. HEX triplet: 3C, BE and 98. RGB value is (60,190,152). Sum of RGB (Red+Green+Blue) = 60+190+152=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBE98 is #C34167. Grayscale: #929292. Windows color (decimal): -12796264 or 10010172. OLE color: 10010172.
HSL color Cylindrical-coordinate representation of color #3CBE98: hue angle of 162.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBE98 is Cyan = 0.68, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 152 | - |
| CMYK | 0.68 | 0 | 0.2 | 0.25 |
| HSL | 162.46º | 0.52% | 0.49% | - |
| HSV(B) | 162.46º | 0.68% | 0.75% | - |
| XYZ | 25.94 | 40.05 | 36.07 | - |
| YUV | 146.8 | 130.93 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 152 | 0.68 | 0 | 0.2 | 0.25 | 162.46 | 0.52 | 0.49 |
| Hex | 3C | BE | 98 | 44 | 0 | 14 | 19 | A2 | 34 | 31 |
| Octal | 74 | 276 | 230 | 104 | 0 | 24 | 31 | 242 | 64 | 61 |
| Binary | 111100 | 10111110 | 10011000 | 1000100 | 0 | 10100 | 11001 | 10100010 | 110100 | 110001 |
Color Harmonies of #3CBE98
Complementary color
Monochromatic Colors of #3CBE98
Black with #3CBE98
Text Example
Text Example
White with #3CBE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBE98; }
p { color: rgb(60,190,152); }
H1.HeaderClassName
{
color: #3CBE98;
}
.AnyTagClassName
{
color: #3CBE98;
}
</style>
background-color css
<style>
a { background-color: #3CBE98; }
a { background-color: rgb(60,190,152); }
div.DivClassName
{
background-color: #3CBE98;
}
.BgClassName
{
background-color: #3CBE98;
}
</style>
border-color css
<style>
span { border-color: #3CBE98; }
span { border-color: rgb(60,190,152); }
td.TdClassName
{
border-color: #3CBE98;
}
.TagClassName
{
border-color: #3CBE98;
}
</style>