Shades of Shamrock #3DBB9E
Tints of Shamrock #3DBB9E
RGB
CMYK
RGB Variations
Color information
#3DBB9E (or 0x3DBB9E) is known color: Shamrock. HEX triplet: 3D, BB and 9E. RGB value is (61,187,158). Sum of RGB (Red+Green+Blue) = 61+187+158=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBB9E is #C24461. Grayscale: #929292. Windows color (decimal): -12731490 or 10402621. OLE color: 10402621.
HSL color Cylindrical-coordinate representation of color #3DBB9E: hue angle of 166.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBB9E is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 158 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.27 |
| HSL | 166.19º | 0.51% | 0.49% | - |
| HSV(B) | 166.19º | 0.67% | 0.73% | - |
| XYZ | 25.87 | 39 | 38.51 | - |
| YUV | 146.02 | 134.76 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 158 | 0.67 | 0 | 0.16 | 0.27 | 166.19 | 0.51 | 0.49 |
| Hex | 3D | BB | 9E | 43 | 0 | 10 | 1B | A6 | 33 | 31 |
| Octal | 75 | 273 | 236 | 103 | 0 | 20 | 33 | 246 | 63 | 61 |
| Binary | 111101 | 10111011 | 10011110 | 1000011 | 0 | 10000 | 11011 | 10100110 | 110011 | 110001 |
Color Harmonies of #3DBB9E
Complementary color
Monochromatic Colors of #3DBB9E
Black with #3DBB9E
Text Example
Text Example
White with #3DBB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB9E; }
p { color: rgb(61,187,158); }
H1.HeaderClassName
{
color: #3DBB9E;
}
.AnyTagClassName
{
color: #3DBB9E;
}
</style>
background-color css
<style>
a { background-color: #3DBB9E; }
a { background-color: rgb(61,187,158); }
div.DivClassName
{
background-color: #3DBB9E;
}
.BgClassName
{
background-color: #3DBB9E;
}
</style>
border-color css
<style>
span { border-color: #3DBB9E; }
span { border-color: rgb(61,187,158); }
td.TdClassName
{
border-color: #3DBB9E;
}
.TagClassName
{
border-color: #3DBB9E;
}
</style>