Shades of Shamrock #3DBE88
Tints of Shamrock #3DBE88
RGB
CMYK
RGB Variations
Color information
#3DBE88 (or 0x3DBE88) is known color: Shamrock. HEX triplet: 3D, BE and 88. RGB value is (61,190,136). Sum of RGB (Red+Green+Blue) = 61+190+136=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBE88 is #C24177. Grayscale: #919191. Windows color (decimal): -12730744 or 8961597. OLE color: 8961597.
HSL color Cylindrical-coordinate representation of color #3DBE88: hue angle of 154.88º 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 #3DBE88 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 136 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.25 |
| HSL | 154.88º | 0.51% | 0.49% | - |
| HSV(B) | 154.88º | 0.68% | 0.75% | - |
| XYZ | 24.78 | 39.6 | 29.63 | - |
| YUV | 145.27 | 122.76 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 136 | 0.68 | 0 | 0.28 | 0.25 | 154.88 | 0.51 | 0.49 |
| Hex | 3D | BE | 88 | 44 | 0 | 1C | 19 | 9B | 33 | 31 |
| Octal | 75 | 276 | 210 | 104 | 0 | 34 | 31 | 233 | 63 | 61 |
| Binary | 111101 | 10111110 | 10001000 | 1000100 | 0 | 11100 | 11001 | 10011011 | 110011 | 110001 |
Color Harmonies of #3DBE88
Complementary color
Monochromatic Colors of #3DBE88
Black with #3DBE88
Text Example
Text Example
White with #3DBE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE88; }
p { color: rgb(61,190,136); }
H1.HeaderClassName
{
color: #3DBE88;
}
.AnyTagClassName
{
color: #3DBE88;
}
</style>
background-color css
<style>
a { background-color: #3DBE88; }
a { background-color: rgb(61,190,136); }
div.DivClassName
{
background-color: #3DBE88;
}
.BgClassName
{
background-color: #3DBE88;
}
</style>
border-color css
<style>
span { border-color: #3DBE88; }
span { border-color: rgb(61,190,136); }
td.TdClassName
{
border-color: #3DBE88;
}
.TagClassName
{
border-color: #3DBE88;
}
</style>