Shades of Shamrock #3DBE87
Tints of Shamrock #3DBE87
RGB
CMYK
RGB Variations
Color information
#3DBE87 (or 0x3DBE87) is known color: Shamrock. HEX triplet: 3D, BE and 87. RGB value is (61,190,135). Sum of RGB (Red+Green+Blue) = 61+190+135=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBE87 is #C24178. Grayscale: #919191. Windows color (decimal): -12730745 or 8896061. OLE color: 8896061.
HSL color Cylindrical-coordinate representation of color #3DBE87: hue angle of 154.42º 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 #3DBE87 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 135 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.25 |
| HSL | 154.42º | 0.51% | 0.49% | - |
| HSV(B) | 154.42º | 0.68% | 0.75% | - |
| XYZ | 24.71 | 39.57 | 29.26 | - |
| YUV | 145.16 | 122.26 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 135 | 0.68 | 0 | 0.29 | 0.25 | 154.42 | 0.51 | 0.49 |
| Hex | 3D | BE | 87 | 44 | 0 | 1D | 19 | 9A | 33 | 31 |
| Octal | 75 | 276 | 207 | 104 | 0 | 35 | 31 | 232 | 63 | 61 |
| Binary | 111101 | 10111110 | 10000111 | 1000100 | 0 | 11101 | 11001 | 10011010 | 110011 | 110001 |
Color Harmonies of #3DBE87
Complementary color
Monochromatic Colors of #3DBE87
Black with #3DBE87
Text Example
Text Example
White with #3DBE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE87; }
p { color: rgb(61,190,135); }
H1.HeaderClassName
{
color: #3DBE87;
}
.AnyTagClassName
{
color: #3DBE87;
}
</style>
background-color css
<style>
a { background-color: #3DBE87; }
a { background-color: rgb(61,190,135); }
div.DivClassName
{
background-color: #3DBE87;
}
.BgClassName
{
background-color: #3DBE87;
}
</style>
border-color css
<style>
span { border-color: #3DBE87; }
span { border-color: rgb(61,190,135); }
td.TdClassName
{
border-color: #3DBE87;
}
.TagClassName
{
border-color: #3DBE87;
}
</style>