Shades of Shamrock #3DBE9C
Tints of Shamrock #3DBE9C
RGB
CMYK
RGB Variations
Color information
#3DBE9C (or 0x3DBE9C) is known color: Shamrock. HEX triplet: 3D, BE and 9C. RGB value is (61,190,156). Sum of RGB (Red+Green+Blue) = 61+190+156=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBE9C is #C24163. Grayscale: #939393. Windows color (decimal): -12730724 or 10272317. OLE color: 10272317.
HSL color Cylindrical-coordinate representation of color #3DBE9C: hue angle of 164.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE9C is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 156 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.25 |
| HSL | 164.19º | 0.51% | 0.49% | - |
| HSV(B) | 164.19º | 0.68% | 0.75% | - |
| XYZ | 26.34 | 40.22 | 37.83 | - |
| YUV | 147.55 | 132.76 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 156 | 0.68 | 0 | 0.18 | 0.25 | 164.19 | 0.51 | 0.49 |
| Hex | 3D | BE | 9C | 44 | 0 | 12 | 19 | A4 | 33 | 31 |
| Octal | 75 | 276 | 234 | 104 | 0 | 22 | 31 | 244 | 63 | 61 |
| Binary | 111101 | 10111110 | 10011100 | 1000100 | 0 | 10010 | 11001 | 10100100 | 110011 | 110001 |
Color Harmonies of #3DBE9C
Complementary color
Monochromatic Colors of #3DBE9C
Black with #3DBE9C
Text Example
Text Example
White with #3DBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE9C; }
p { color: rgb(61,190,156); }
H1.HeaderClassName
{
color: #3DBE9C;
}
.AnyTagClassName
{
color: #3DBE9C;
}
</style>
background-color css
<style>
a { background-color: #3DBE9C; }
a { background-color: rgb(61,190,156); }
div.DivClassName
{
background-color: #3DBE9C;
}
.BgClassName
{
background-color: #3DBE9C;
}
</style>
border-color css
<style>
span { border-color: #3DBE9C; }
span { border-color: rgb(61,190,156); }
td.TdClassName
{
border-color: #3DBE9C;
}
.TagClassName
{
border-color: #3DBE9C;
}
</style>