Shades of Shamrock #3DC09F
Tints of Shamrock #3DC09F
RGB
CMYK
RGB Variations
Color information
#3DC09F (or 0x3DC09F) is known color: Shamrock. HEX triplet: 3D, C0 and 9F. RGB value is (61,192,159). Sum of RGB (Red+Green+Blue) = 61+192+159=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC09F is #C23F60. Grayscale: #959595. Windows color (decimal): -12730209 or 10469437. OLE color: 10469437.
HSL color Cylindrical-coordinate representation of color #3DC09F: hue angle of 164.89º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC09F is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 159 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.25 |
| HSL | 164.89º | 0.52% | 0.5% | - |
| HSV(B) | 164.89º | 0.68% | 0.75% | - |
| XYZ | 27.03 | 41.19 | 39.33 | - |
| YUV | 149.07 | 133.6 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 159 | 0.68 | 0 | 0.17 | 0.25 | 164.89 | 0.52 | 0.5 |
| Hex | 3D | C0 | 9F | 44 | 0 | 11 | 19 | A5 | 34 | 32 |
| Octal | 75 | 300 | 237 | 104 | 0 | 21 | 31 | 245 | 64 | 62 |
| Binary | 111101 | 11000000 | 10011111 | 1000100 | 0 | 10001 | 11001 | 10100101 | 110100 | 110010 |
Color Harmonies of #3DC09F
Complementary color
Monochromatic Colors of #3DC09F
Black with #3DC09F
Text Example
Text Example
White with #3DC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC09F; }
p { color: rgb(61,192,159); }
H1.HeaderClassName
{
color: #3DC09F;
}
.AnyTagClassName
{
color: #3DC09F;
}
</style>
background-color css
<style>
a { background-color: #3DC09F; }
a { background-color: rgb(61,192,159); }
div.DivClassName
{
background-color: #3DC09F;
}
.BgClassName
{
background-color: #3DC09F;
}
</style>
border-color css
<style>
span { border-color: #3DC09F; }
span { border-color: rgb(61,192,159); }
td.TdClassName
{
border-color: #3DC09F;
}
.TagClassName
{
border-color: #3DC09F;
}
</style>