Shades of Shamrock #3DC898
Tints of Shamrock #3DC898
RGB
CMYK
RGB Variations
Color information
#3DC898 (or 0x3DC898) is known color: Shamrock. HEX triplet: 3D, C8 and 98. RGB value is (61,200,152). Sum of RGB (Red+Green+Blue) = 61+200+152=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC898 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC898 is #C23767. Grayscale: #999999. Windows color (decimal): -12728168 or 10012733. OLE color: 10012733.
HSL color Cylindrical-coordinate representation of color #3DC898: hue angle of 159.28º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC898 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 152 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.22 |
| HSL | 159.28º | 0.56% | 0.51% | - |
| HSV(B) | 159.28º | 0.7% | 0.78% | - |
| XYZ | 28.25 | 44.57 | 36.82 | - |
| YUV | 152.97 | 127.45 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 152 | 0.69 | 0 | 0.24 | 0.22 | 159.28 | 0.56 | 0.51 |
| Hex | 3D | C8 | 98 | 45 | 0 | 18 | 16 | 9F | 38 | 33 |
| Octal | 75 | 310 | 230 | 105 | 0 | 30 | 26 | 237 | 70 | 63 |
| Binary | 111101 | 11001000 | 10011000 | 1000101 | 0 | 11000 | 10110 | 10011111 | 111000 | 110011 |
Color Harmonies of #3DC898
Complementary color
Monochromatic Colors of #3DC898
Black with #3DC898
Text Example
Text Example
White with #3DC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC898; }
p { color: rgb(61,200,152); }
H1.HeaderClassName
{
color: #3DC898;
}
.AnyTagClassName
{
color: #3DC898;
}
</style>
background-color css
<style>
a { background-color: #3DC898; }
a { background-color: rgb(61,200,152); }
div.DivClassName
{
background-color: #3DC898;
}
.BgClassName
{
background-color: #3DC898;
}
</style>
border-color css
<style>
span { border-color: #3DC898; }
span { border-color: rgb(61,200,152); }
td.TdClassName
{
border-color: #3DC898;
}
.TagClassName
{
border-color: #3DC898;
}
</style>