Shades of Shamrock #3CEA8F
Tints of Shamrock #3CEA8F
RGB
CMYK
RGB Variations
Color information
#3CEA8F (or 0x3CEA8F) is known color: Shamrock. HEX triplet: 3C, EA and 8F. RGB value is (60,234,143). Sum of RGB (Red+Green+Blue) = 60+234+143=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEA8F is #C31570. Grayscale: #ABABAB. Windows color (decimal): -12785009 or 9431612. OLE color: 9431612.
HSL color Cylindrical-coordinate representation of color #3CEA8F: hue angle of 148.62º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEA8F is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 143 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.08 |
| HSL | 148.62º | 0.81% | 0.58% | - |
| HSV(B) | 148.62º | 0.74% | 0.92% | - |
| XYZ | 36.24 | 61.79 | 36 | - |
| YUV | 171.6 | 111.85 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 143 | 0.74 | 0 | 0.39 | 0.08 | 148.62 | 0.81 | 0.58 |
| Hex | 3C | EA | 8F | 4A | 0 | 27 | 8 | 95 | 51 | 3A |
| Octal | 74 | 352 | 217 | 112 | 0 | 47 | 10 | 225 | 121 | 72 |
| Binary | 111100 | 11101010 | 10001111 | 1001010 | 0 | 100111 | 1000 | 10010101 | 1010001 | 111010 |
Color Harmonies of #3CEA8F
Complementary color
Monochromatic Colors of #3CEA8F
Black with #3CEA8F
Text Example
Text Example
White with #3CEA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA8F; }
p { color: rgb(60,234,143); }
H1.HeaderClassName
{
color: #3CEA8F;
}
.AnyTagClassName
{
color: #3CEA8F;
}
</style>
background-color css
<style>
a { background-color: #3CEA8F; }
a { background-color: rgb(60,234,143); }
div.DivClassName
{
background-color: #3CEA8F;
}
.BgClassName
{
background-color: #3CEA8F;
}
</style>
border-color css
<style>
span { border-color: #3CEA8F; }
span { border-color: rgb(60,234,143); }
td.TdClassName
{
border-color: #3CEA8F;
}
.TagClassName
{
border-color: #3CEA8F;
}
</style>