Shades of Shamrock #3DC9A0
Tints of Shamrock #3DC9A0
RGB
CMYK
RGB Variations
Color information
#3DC9A0 (or 0x3DC9A0) is known color: Shamrock. HEX triplet: 3D, C9 and A0. RGB value is (61,201,160). Sum of RGB (Red+Green+Blue) = 61+201+160=422 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.45% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC9A0 is #C2365F. Grayscale: #9A9A9A. Windows color (decimal): -12727904 or 10537277. OLE color: 10537277.
HSL color Cylindrical-coordinate representation of color #3DC9A0: hue angle of 162.43º degrees, saturation: 0.56, 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 #3DC9A0 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 160 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.21 |
| HSL | 162.43º | 0.56% | 0.51% | - |
| HSV(B) | 162.43º | 0.7% | 0.79% | - |
| XYZ | 29.16 | 45.3 | 40.47 | - |
| YUV | 154.47 | 131.12 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 160 | 0.70 | 0 | 0.20 | 0.21 | 162.43 | 0.56 | 0.51 |
| Hex | 3D | C9 | A0 | 46 | 0 | 14 | 15 | A2 | 38 | 33 |
| Octal | 75 | 311 | 240 | 106 | 0 | 24 | 25 | 242 | 70 | 63 |
| Binary | 111101 | 11001001 | 10100000 | 1000110 | 0 | 10100 | 10101 | 10100010 | 111000 | 110011 |
Color Harmonies of #3DC9A0
Complementary color
Monochromatic Colors of #3DC9A0
Black with #3DC9A0
Text Example
Text Example
White with #3DC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC9A0; }
p { color: rgb(61,201,160); }
H1.HeaderClassName
{
color: #3DC9A0;
}
.AnyTagClassName
{
color: #3DC9A0;
}
</style>
background-color css
<style>
a { background-color: #3DC9A0; }
a { background-color: rgb(61,201,160); }
div.DivClassName
{
background-color: #3DC9A0;
}
.BgClassName
{
background-color: #3DC9A0;
}
</style>
border-color css
<style>
span { border-color: #3DC9A0; }
span { border-color: rgb(61,201,160); }
td.TdClassName
{
border-color: #3DC9A0;
}
.TagClassName
{
border-color: #3DC9A0;
}
</style>