Shades of Shamrock #3DBB9F
Tints of Shamrock #3DBB9F
RGB
CMYK
RGB Variations
Color information
#3DBB9F (or 0x3DBB9F) is known color: Shamrock. HEX triplet: 3D, BB and 9F. RGB value is (61,187,159). Sum of RGB (Red+Green+Blue) = 61+187+159=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBB9F is #C24460. Grayscale: #929292. Windows color (decimal): -12731489 or 10468157. OLE color: 10468157.
HSL color Cylindrical-coordinate representation of color #3DBB9F: hue angle of 166.67º 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 #3DBB9F is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 159 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.27 |
| HSL | 166.67º | 0.51% | 0.49% | - |
| HSV(B) | 166.67º | 0.67% | 0.73% | - |
| XYZ | 25.95 | 39.04 | 38.97 | - |
| YUV | 146.13 | 135.26 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 159 | 0.67 | 0 | 0.15 | 0.27 | 166.67 | 0.51 | 0.49 |
| Hex | 3D | BB | 9F | 43 | 0 | F | 1B | A7 | 33 | 31 |
| Octal | 75 | 273 | 237 | 103 | 0 | 17 | 33 | 247 | 63 | 61 |
| Binary | 111101 | 10111011 | 10011111 | 1000011 | 0 | 1111 | 11011 | 10100111 | 110011 | 110001 |
Color Harmonies of #3DBB9F
Complementary color
Monochromatic Colors of #3DBB9F
Black with #3DBB9F
Text Example
Text Example
White with #3DBB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB9F; }
p { color: rgb(61,187,159); }
H1.HeaderClassName
{
color: #3DBB9F;
}
.AnyTagClassName
{
color: #3DBB9F;
}
</style>
background-color css
<style>
a { background-color: #3DBB9F; }
a { background-color: rgb(61,187,159); }
div.DivClassName
{
background-color: #3DBB9F;
}
.BgClassName
{
background-color: #3DBB9F;
}
</style>
border-color css
<style>
span { border-color: #3DBB9F; }
span { border-color: rgb(61,187,159); }
td.TdClassName
{
border-color: #3DBB9F;
}
.TagClassName
{
border-color: #3DBB9F;
}
</style>