Shades of Shamrock #3DC998
Tints of Shamrock #3DC998
RGB
CMYK
RGB Variations
Color information
#3DC998 (or 0x3DC998) is known color: Shamrock. HEX triplet: 3D, C9 and 98. RGB value is (61,201,152). Sum of RGB (Red+Green+Blue) = 61+201+152=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC998 is #C23667. Grayscale: #999999. Windows color (decimal): -12727912 or 10012989. OLE color: 10012989.
HSL color Cylindrical-coordinate representation of color #3DC998: hue angle of 159º 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 #3DC998 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 152 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.21 |
| HSL | 159º | 0.56% | 0.51% | - |
| HSV(B) | 159º | 0.7% | 0.79% | - |
| XYZ | 28.48 | 45.03 | 36.9 | - |
| YUV | 153.55 | 127.12 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 152 | 0.70 | 0 | 0.24 | 0.21 | 159 | 0.56 | 0.51 |
| Hex | 3D | C9 | 98 | 46 | 0 | 18 | 15 | 9F | 38 | 33 |
| Octal | 75 | 311 | 230 | 106 | 0 | 30 | 25 | 237 | 70 | 63 |
| Binary | 111101 | 11001001 | 10011000 | 1000110 | 0 | 11000 | 10101 | 10011111 | 111000 | 110011 |
Color Harmonies of #3DC998
Complementary color
Monochromatic Colors of #3DC998
Black with #3DC998
Text Example
Text Example
White with #3DC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC998; }
p { color: rgb(61,201,152); }
H1.HeaderClassName
{
color: #3DC998;
}
.AnyTagClassName
{
color: #3DC998;
}
</style>
background-color css
<style>
a { background-color: #3DC998; }
a { background-color: rgb(61,201,152); }
div.DivClassName
{
background-color: #3DC998;
}
.BgClassName
{
background-color: #3DC998;
}
</style>
border-color css
<style>
span { border-color: #3DC998; }
span { border-color: rgb(61,201,152); }
td.TdClassName
{
border-color: #3DC998;
}
.TagClassName
{
border-color: #3DC998;
}
</style>