Shades of Shamrock #3DC9A1
Tints of Shamrock #3DC9A1
RGB
CMYK
RGB Variations
Color information
#3DC9A1 (or 0x3DC9A1) is known color: Shamrock. HEX triplet: 3D, C9 and A1. RGB value is (61,201,161). Sum of RGB (Red+Green+Blue) = 61+201+161=423 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.42% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC9A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC9A1 is #C2365E. Grayscale: #9A9A9A. Windows color (decimal): -12727903 or 10602813. OLE color: 10602813.
HSL color Cylindrical-coordinate representation of color #3DC9A1: hue angle of 162.86º 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 #3DC9A1 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 161 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.21 |
| HSL | 162.86º | 0.56% | 0.51% | - |
| HSV(B) | 162.86º | 0.7% | 0.79% | - |
| XYZ | 29.24 | 45.34 | 40.93 | - |
| YUV | 154.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 161 | 0.70 | 0 | 0.20 | 0.21 | 162.86 | 0.56 | 0.51 |
| Hex | 3D | C9 | A1 | 46 | 0 | 14 | 15 | A3 | 38 | 33 |
| Octal | 75 | 311 | 241 | 106 | 0 | 24 | 25 | 243 | 70 | 63 |
| Binary | 111101 | 11001001 | 10100001 | 1000110 | 0 | 10100 | 10101 | 10100011 | 111000 | 110011 |
Color Harmonies of #3DC9A1
Complementary color
Monochromatic Colors of #3DC9A1
Black with #3DC9A1
Text Example
Text Example
White with #3DC9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC9A1; }
p { color: rgb(61,201,161); }
H1.HeaderClassName
{
color: #3DC9A1;
}
.AnyTagClassName
{
color: #3DC9A1;
}
</style>
background-color css
<style>
a { background-color: #3DC9A1; }
a { background-color: rgb(61,201,161); }
div.DivClassName
{
background-color: #3DC9A1;
}
.BgClassName
{
background-color: #3DC9A1;
}
</style>
border-color css
<style>
span { border-color: #3DC9A1; }
span { border-color: rgb(61,201,161); }
td.TdClassName
{
border-color: #3DC9A1;
}
.TagClassName
{
border-color: #3DC9A1;
}
</style>