Shades of Shamrock #3DBB9D
Tints of Shamrock #3DBB9D
RGB
CMYK
RGB Variations
Color information
#3DBB9D (or 0x3DBB9D) is known color: Shamrock. HEX triplet: 3D, BB and 9D. RGB value is (61,187,157). Sum of RGB (Red+Green+Blue) = 61+187+157=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBB9D is #C24462. Grayscale: #919191. Windows color (decimal): -12731491 or 10337085. OLE color: 10337085.
HSL color Cylindrical-coordinate representation of color #3DBB9D: hue angle of 165.71º 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 #3DBB9D is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 157 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.27 |
| HSL | 165.71º | 0.51% | 0.49% | - |
| HSV(B) | 165.71º | 0.67% | 0.73% | - |
| XYZ | 25.78 | 38.97 | 38.06 | - |
| YUV | 145.91 | 134.26 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 157 | 0.67 | 0 | 0.16 | 0.27 | 165.71 | 0.51 | 0.49 |
| Hex | 3D | BB | 9D | 43 | 0 | 10 | 1B | A6 | 33 | 31 |
| Octal | 75 | 273 | 235 | 103 | 0 | 20 | 33 | 246 | 63 | 61 |
| Binary | 111101 | 10111011 | 10011101 | 1000011 | 0 | 10000 | 11011 | 10100110 | 110011 | 110001 |
Color Harmonies of #3DBB9D
Complementary color
Monochromatic Colors of #3DBB9D
Black with #3DBB9D
Text Example
Text Example
White with #3DBB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB9D; }
p { color: rgb(61,187,157); }
H1.HeaderClassName
{
color: #3DBB9D;
}
.AnyTagClassName
{
color: #3DBB9D;
}
</style>
background-color css
<style>
a { background-color: #3DBB9D; }
a { background-color: rgb(61,187,157); }
div.DivClassName
{
background-color: #3DBB9D;
}
.BgClassName
{
background-color: #3DBB9D;
}
</style>
border-color css
<style>
span { border-color: #3DBB9D; }
span { border-color: rgb(61,187,157); }
td.TdClassName
{
border-color: #3DBB9D;
}
.TagClassName
{
border-color: #3DBB9D;
}
</style>