Shades of Shamrock #3CCA8A
Tints of Shamrock #3CCA8A
RGB
CMYK
RGB Variations
Color information
#3CCA8A (or 0x3CCA8A) is known color: Shamrock. HEX triplet: 3C, CA and 8A. RGB value is (60,202,138). Sum of RGB (Red+Green+Blue) = 60+202+138=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCA8A is #C33575. Grayscale: #989898. Windows color (decimal): -12793206 or 9095740. OLE color: 9095740.
HSL color Cylindrical-coordinate representation of color #3CCA8A: hue angle of 152.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCA8A is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 138 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.21 |
| HSL | 152.96º | 0.57% | 0.51% | - |
| HSV(B) | 152.96º | 0.7% | 0.79% | - |
| XYZ | 27.57 | 45.04 | 31.28 | - |
| YUV | 152.25 | 119.96 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 138 | 0.70 | 0 | 0.32 | 0.21 | 152.96 | 0.57 | 0.51 |
| Hex | 3C | CA | 8A | 46 | 0 | 20 | 15 | 99 | 39 | 33 |
| Octal | 74 | 312 | 212 | 106 | 0 | 40 | 25 | 231 | 71 | 63 |
| Binary | 111100 | 11001010 | 10001010 | 1000110 | 0 | 100000 | 10101 | 10011001 | 111001 | 110011 |
Color Harmonies of #3CCA8A
Complementary color
Monochromatic Colors of #3CCA8A
Black with #3CCA8A
Text Example
Text Example
White with #3CCA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA8A; }
p { color: rgb(60,202,138); }
H1.HeaderClassName
{
color: #3CCA8A;
}
.AnyTagClassName
{
color: #3CCA8A;
}
</style>
background-color css
<style>
a { background-color: #3CCA8A; }
a { background-color: rgb(60,202,138); }
div.DivClassName
{
background-color: #3CCA8A;
}
.BgClassName
{
background-color: #3CCA8A;
}
</style>
border-color css
<style>
span { border-color: #3CCA8A; }
span { border-color: rgb(60,202,138); }
td.TdClassName
{
border-color: #3CCA8A;
}
.TagClassName
{
border-color: #3CCA8A;
}
</style>