Shades of Shamrock #3CCA8B
Tints of Shamrock #3CCA8B
RGB
CMYK
RGB Variations
Color information
#3CCA8B (or 0x3CCA8B) is known color: Shamrock. HEX triplet: 3C, CA and 8B. RGB value is (60,202,139). Sum of RGB (Red+Green+Blue) = 60+202+139=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCA8B is #C33574. Grayscale: #989898. Windows color (decimal): -12793205 or 9161276. OLE color: 9161276.
HSL color Cylindrical-coordinate representation of color #3CCA8B: hue angle of 153.38º 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 #3CCA8B is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 139 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.21 |
| HSL | 153.38º | 0.57% | 0.51% | - |
| HSV(B) | 153.38º | 0.7% | 0.79% | - |
| XYZ | 27.64 | 45.07 | 31.67 | - |
| YUV | 152.36 | 120.46 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 139 | 0.70 | 0 | 0.31 | 0.21 | 153.38 | 0.57 | 0.51 |
| Hex | 3C | CA | 8B | 46 | 0 | 1F | 15 | 99 | 39 | 33 |
| Octal | 74 | 312 | 213 | 106 | 0 | 37 | 25 | 231 | 71 | 63 |
| Binary | 111100 | 11001010 | 10001011 | 1000110 | 0 | 11111 | 10101 | 10011001 | 111001 | 110011 |
Color Harmonies of #3CCA8B
Complementary color
Monochromatic Colors of #3CCA8B
Black with #3CCA8B
Text Example
Text Example
White with #3CCA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA8B; }
p { color: rgb(60,202,139); }
H1.HeaderClassName
{
color: #3CCA8B;
}
.AnyTagClassName
{
color: #3CCA8B;
}
</style>
background-color css
<style>
a { background-color: #3CCA8B; }
a { background-color: rgb(60,202,139); }
div.DivClassName
{
background-color: #3CCA8B;
}
.BgClassName
{
background-color: #3CCA8B;
}
</style>
border-color css
<style>
span { border-color: #3CCA8B; }
span { border-color: rgb(60,202,139); }
td.TdClassName
{
border-color: #3CCA8B;
}
.TagClassName
{
border-color: #3CCA8B;
}
</style>