Shades of Shamrock #3CBE9E
Tints of Shamrock #3CBE9E
RGB
CMYK
RGB Variations
Color information
#3CBE9E (or 0x3CBE9E) is known color: Shamrock. HEX triplet: 3C, BE and 9E. RGB value is (60,190,158). Sum of RGB (Red+Green+Blue) = 60+190+158=408 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.71% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBE9E is #C34161. Grayscale: #939393. Windows color (decimal): -12796258 or 10403388. OLE color: 10403388.
HSL color Cylindrical-coordinate representation of color #3CBE9E: hue angle of 165.23º 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 #3CBE9E is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 158 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.25 |
| HSL | 165.23º | 0.52% | 0.49% | - |
| HSV(B) | 165.23º | 0.68% | 0.75% | - |
| XYZ | 26.45 | 40.26 | 38.72 | - |
| YUV | 147.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 158 | 0.68 | 0 | 0.17 | 0.25 | 165.23 | 0.52 | 0.49 |
| Hex | 3C | BE | 9E | 44 | 0 | 11 | 19 | A5 | 34 | 31 |
| Octal | 74 | 276 | 236 | 104 | 0 | 21 | 31 | 245 | 64 | 61 |
| Binary | 111100 | 10111110 | 10011110 | 1000100 | 0 | 10001 | 11001 | 10100101 | 110100 | 110001 |
Color Harmonies of #3CBE9E
Complementary color
Monochromatic Colors of #3CBE9E
Black with #3CBE9E
Text Example
Text Example
White with #3CBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBE9E; }
p { color: rgb(60,190,158); }
H1.HeaderClassName
{
color: #3CBE9E;
}
.AnyTagClassName
{
color: #3CBE9E;
}
</style>
background-color css
<style>
a { background-color: #3CBE9E; }
a { background-color: rgb(60,190,158); }
div.DivClassName
{
background-color: #3CBE9E;
}
.BgClassName
{
background-color: #3CBE9E;
}
</style>
border-color css
<style>
span { border-color: #3CBE9E; }
span { border-color: rgb(60,190,158); }
td.TdClassName
{
border-color: #3CBE9E;
}
.TagClassName
{
border-color: #3CBE9E;
}
</style>