Shades of Shamrock #3CBE9F
Tints of Shamrock #3CBE9F
RGB
CMYK
RGB Variations
Color information
#3CBE9F (or 0x3CBE9F) is known color: Shamrock. HEX triplet: 3C, BE and 9F. RGB value is (60,190,159). Sum of RGB (Red+Green+Blue) = 60+190+159=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBE9F is #C34160. Grayscale: #939393. Windows color (decimal): -12796257 or 10468924. OLE color: 10468924.
HSL color Cylindrical-coordinate representation of color #3CBE9F: hue angle of 165.69º 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 #3CBE9F is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 159 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.25 |
| HSL | 165.69º | 0.52% | 0.49% | - |
| HSV(B) | 165.69º | 0.68% | 0.75% | - |
| XYZ | 26.53 | 40.29 | 39.18 | - |
| YUV | 147.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 159 | 0.68 | 0 | 0.16 | 0.25 | 165.69 | 0.52 | 0.49 |
| Hex | 3C | BE | 9F | 44 | 0 | 10 | 19 | A6 | 34 | 31 |
| Octal | 74 | 276 | 237 | 104 | 0 | 20 | 31 | 246 | 64 | 61 |
| Binary | 111100 | 10111110 | 10011111 | 1000100 | 0 | 10000 | 11001 | 10100110 | 110100 | 110001 |
Color Harmonies of #3CBE9F
Complementary color
Monochromatic Colors of #3CBE9F
Black with #3CBE9F
Text Example
Text Example
White with #3CBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBE9F; }
p { color: rgb(60,190,159); }
H1.HeaderClassName
{
color: #3CBE9F;
}
.AnyTagClassName
{
color: #3CBE9F;
}
</style>
background-color css
<style>
a { background-color: #3CBE9F; }
a { background-color: rgb(60,190,159); }
div.DivClassName
{
background-color: #3CBE9F;
}
.BgClassName
{
background-color: #3CBE9F;
}
</style>
border-color css
<style>
span { border-color: #3CBE9F; }
span { border-color: rgb(60,190,159); }
td.TdClassName
{
border-color: #3CBE9F;
}
.TagClassName
{
border-color: #3CBE9F;
}
</style>