Shades of Shamrock #3DC89C
Tints of Shamrock #3DC89C
RGB
CMYK
RGB Variations
Color information
#3DC89C (or 0x3DC89C) is known color: Shamrock. HEX triplet: 3D, C8 and 9C. RGB value is (61,200,156). Sum of RGB (Red+Green+Blue) = 61+200+156=417 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.63% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC89C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC89C is #C23763. Grayscale: #999999. Windows color (decimal): -12728164 or 10274877. OLE color: 10274877.
HSL color Cylindrical-coordinate representation of color #3DC89C: hue angle of 161.01º 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 #3DC89C is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 156 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.22 |
| HSL | 161.01º | 0.56% | 0.51% | - |
| HSV(B) | 161.01º | 0.7% | 0.78% | - |
| XYZ | 28.58 | 44.7 | 38.57 | - |
| YUV | 153.42 | 129.45 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 156 | 0.69 | 0 | 0.22 | 0.22 | 161.01 | 0.56 | 0.51 |
| Hex | 3D | C8 | 9C | 45 | 0 | 16 | 16 | A1 | 38 | 33 |
| Octal | 75 | 310 | 234 | 105 | 0 | 26 | 26 | 241 | 70 | 63 |
| Binary | 111101 | 11001000 | 10011100 | 1000101 | 0 | 10110 | 10110 | 10100001 | 111000 | 110011 |
Color Harmonies of #3DC89C
Complementary color
Monochromatic Colors of #3DC89C
Black with #3DC89C
Text Example
Text Example
White with #3DC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC89C; }
p { color: rgb(61,200,156); }
H1.HeaderClassName
{
color: #3DC89C;
}
.AnyTagClassName
{
color: #3DC89C;
}
</style>
background-color css
<style>
a { background-color: #3DC89C; }
a { background-color: rgb(61,200,156); }
div.DivClassName
{
background-color: #3DC89C;
}
.BgClassName
{
background-color: #3DC89C;
}
</style>
border-color css
<style>
span { border-color: #3DC89C; }
span { border-color: rgb(61,200,156); }
td.TdClassName
{
border-color: #3DC89C;
}
.TagClassName
{
border-color: #3DC89C;
}
</style>