Shades of Shamrock #3DC2A0
Tints of Shamrock #3DC2A0
RGB
CMYK
RGB Variations
Color information
#3DC2A0 (or 0x3DC2A0) is known color: Shamrock. HEX triplet: 3D, C2 and A0. RGB value is (61,194,160). Sum of RGB (Red+Green+Blue) = 61+194+160=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC2A0 is #C23D5F. Grayscale: #969696. Windows color (decimal): -12729696 or 10535485. OLE color: 10535485.
HSL color Cylindrical-coordinate representation of color #3DC2A0: hue angle of 164.66º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC2A0 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 160 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.24 |
| HSL | 164.66º | 0.52% | 0.5% | - |
| HSV(B) | 164.66º | 0.69% | 0.76% | - |
| XYZ | 27.56 | 42.11 | 39.93 | - |
| YUV | 150.36 | 133.44 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 160 | 0.69 | 0 | 0.18 | 0.24 | 164.66 | 0.52 | 0.5 |
| Hex | 3D | C2 | A0 | 45 | 0 | 12 | 18 | A5 | 34 | 32 |
| Octal | 75 | 302 | 240 | 105 | 0 | 22 | 30 | 245 | 64 | 62 |
| Binary | 111101 | 11000010 | 10100000 | 1000101 | 0 | 10010 | 11000 | 10100101 | 110100 | 110010 |
Color Harmonies of #3DC2A0
Complementary color
Monochromatic Colors of #3DC2A0
Black with #3DC2A0
Text Example
Text Example
White with #3DC2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC2A0; }
p { color: rgb(61,194,160); }
H1.HeaderClassName
{
color: #3DC2A0;
}
.AnyTagClassName
{
color: #3DC2A0;
}
</style>
background-color css
<style>
a { background-color: #3DC2A0; }
a { background-color: rgb(61,194,160); }
div.DivClassName
{
background-color: #3DC2A0;
}
.BgClassName
{
background-color: #3DC2A0;
}
</style>
border-color css
<style>
span { border-color: #3DC2A0; }
span { border-color: rgb(61,194,160); }
td.TdClassName
{
border-color: #3DC2A0;
}
.TagClassName
{
border-color: #3DC2A0;
}
</style>