Shades of Shamrock #3CCEA3
Tints of Shamrock #3CCEA3
RGB
CMYK
RGB Variations
Color information
#3CCEA3 (or 0x3CCEA3) is known color: Shamrock. HEX triplet: 3C, CE and A3. RGB value is (60,206,163). Sum of RGB (Red+Green+Blue) = 60+206+163=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCEA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCEA3 is #C3315C. Grayscale: #9D9D9D. Windows color (decimal): -12792157 or 10735164. OLE color: 10735164.
HSL color Cylindrical-coordinate representation of color #3CCEA3: hue angle of 162.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCEA3 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 206 | 163 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.19 |
| HSL | 162.33º | 0.6% | 0.52% | - |
| HSV(B) | 162.33º | 0.71% | 0.81% | - |
| XYZ | 30.55 | 47.75 | 42.26 | - |
| YUV | 157.44 | 131.13 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 163 | 0.71 | 0 | 0.21 | 0.19 | 162.33 | 0.6 | 0.52 |
| Hex | 3C | CE | A3 | 47 | 0 | 15 | 13 | A2 | 3C | 34 |
| Octal | 74 | 316 | 243 | 107 | 0 | 25 | 23 | 242 | 74 | 64 |
| Binary | 111100 | 11001110 | 10100011 | 1000111 | 0 | 10101 | 10011 | 10100010 | 111100 | 110100 |
Color Harmonies of #3CCEA3
Complementary color
Monochromatic Colors of #3CCEA3
Black with #3CCEA3
Text Example
Text Example
White with #3CCEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCEA3; }
p { color: rgb(60,206,163); }
H1.HeaderClassName
{
color: #3CCEA3;
}
.AnyTagClassName
{
color: #3CCEA3;
}
</style>
background-color css
<style>
a { background-color: #3CCEA3; }
a { background-color: rgb(60,206,163); }
div.DivClassName
{
background-color: #3CCEA3;
}
.BgClassName
{
background-color: #3CCEA3;
}
</style>
border-color css
<style>
span { border-color: #3CCEA3; }
span { border-color: rgb(60,206,163); }
td.TdClassName
{
border-color: #3CCEA3;
}
.TagClassName
{
border-color: #3CCEA3;
}
</style>