Shades of Shamrock #3CEA88
Tints of Shamrock #3CEA88
RGB
CMYK
RGB Variations
Color information
#3CEA88 (or 0x3CEA88) is known color: Shamrock. HEX triplet: 3C, EA and 88. RGB value is (60,234,136). Sum of RGB (Red+Green+Blue) = 60+234+136=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEA88 is #C31577. Grayscale: #ABABAB. Windows color (decimal): -12785016 or 8972860. OLE color: 8972860.
HSL color Cylindrical-coordinate representation of color #3CEA88: hue angle of 146.21º 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 #3CEA88 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 136 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.08 |
| HSL | 146.21º | 0.81% | 0.58% | - |
| HSV(B) | 146.21º | 0.74% | 0.92% | - |
| XYZ | 35.73 | 61.58 | 33.3 | - |
| YUV | 170.8 | 108.35 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 136 | 0.74 | 0 | 0.42 | 0.08 | 146.21 | 0.81 | 0.58 |
| Hex | 3C | EA | 88 | 4A | 0 | 2A | 8 | 92 | 51 | 3A |
| Octal | 74 | 352 | 210 | 112 | 0 | 52 | 10 | 222 | 121 | 72 |
| Binary | 111100 | 11101010 | 10001000 | 1001010 | 0 | 101010 | 1000 | 10010010 | 1010001 | 111010 |
Color Harmonies of #3CEA88
Complementary color
Monochromatic Colors of #3CEA88
Black with #3CEA88
Text Example
Text Example
White with #3CEA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA88; }
p { color: rgb(60,234,136); }
H1.HeaderClassName
{
color: #3CEA88;
}
.AnyTagClassName
{
color: #3CEA88;
}
</style>
background-color css
<style>
a { background-color: #3CEA88; }
a { background-color: rgb(60,234,136); }
div.DivClassName
{
background-color: #3CEA88;
}
.BgClassName
{
background-color: #3CEA88;
}
</style>
border-color css
<style>
span { border-color: #3CEA88; }
span { border-color: rgb(60,234,136); }
td.TdClassName
{
border-color: #3CEA88;
}
.TagClassName
{
border-color: #3CEA88;
}
</style>