Shades of Shamrock #3CBB97
Tints of Shamrock #3CBB97
RGB
CMYK
RGB Variations
Color information
#3CBB97 (or 0x3CBB97) is known color: Shamrock. HEX triplet: 3C, BB and 97. RGB value is (60,187,151). Sum of RGB (Red+Green+Blue) = 60+187+151=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBB97 is #C34468. Grayscale: #909090. Windows color (decimal): -12797033 or 9943868. OLE color: 9943868.
HSL color Cylindrical-coordinate representation of color #3CBB97: hue angle of 162.99º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBB97 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 187 | 151 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.27 |
| HSL | 162.99º | 0.51% | 0.48% | - |
| HSV(B) | 162.99º | 0.68% | 0.73% | - |
| XYZ | 25.22 | 38.74 | 35.43 | - |
| YUV | 144.92 | 131.42 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 151 | 0.68 | 0 | 0.19 | 0.27 | 162.99 | 0.51 | 0.48 |
| Hex | 3C | BB | 97 | 44 | 0 | 13 | 1B | A3 | 33 | 30 |
| Octal | 74 | 273 | 227 | 104 | 0 | 23 | 33 | 243 | 63 | 60 |
| Binary | 111100 | 10111011 | 10010111 | 1000100 | 0 | 10011 | 11011 | 10100011 | 110011 | 110000 |
Color Harmonies of #3CBB97
Complementary color
Monochromatic Colors of #3CBB97
Black with #3CBB97
Text Example
Text Example
White with #3CBB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBB97; }
p { color: rgb(60,187,151); }
H1.HeaderClassName
{
color: #3CBB97;
}
.AnyTagClassName
{
color: #3CBB97;
}
</style>
background-color css
<style>
a { background-color: #3CBB97; }
a { background-color: rgb(60,187,151); }
div.DivClassName
{
background-color: #3CBB97;
}
.BgClassName
{
background-color: #3CBB97;
}
</style>
border-color css
<style>
span { border-color: #3CBB97; }
span { border-color: rgb(60,187,151); }
td.TdClassName
{
border-color: #3CBB97;
}
.TagClassName
{
border-color: #3CBB97;
}
</style>