Shades of Shamrock #3DBE8F
Tints of Shamrock #3DBE8F
RGB
CMYK
RGB Variations
Color information
#3DBE8F (or 0x3DBE8F) is known color: Shamrock. HEX triplet: 3D, BE and 8F. RGB value is (61,190,143). Sum of RGB (Red+Green+Blue) = 61+190+143=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBE8F is #C24170. Grayscale: #929292. Windows color (decimal): -12730737 or 9420349. OLE color: 9420349.
HSL color Cylindrical-coordinate representation of color #3DBE8F: hue angle of 158.14º 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 #3DBE8F is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 143 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.25 |
| HSL | 158.14º | 0.51% | 0.49% | - |
| HSV(B) | 158.14º | 0.68% | 0.75% | - |
| XYZ | 25.3 | 39.8 | 32.34 | - |
| YUV | 146.07 | 126.26 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 143 | 0.68 | 0 | 0.25 | 0.25 | 158.14 | 0.51 | 0.49 |
| Hex | 3D | BE | 8F | 44 | 0 | 19 | 19 | 9E | 33 | 31 |
| Octal | 75 | 276 | 217 | 104 | 0 | 31 | 31 | 236 | 63 | 61 |
| Binary | 111101 | 10111110 | 10001111 | 1000100 | 0 | 11001 | 11001 | 10011110 | 110011 | 110001 |
Color Harmonies of #3DBE8F
Complementary color
Monochromatic Colors of #3DBE8F
Black with #3DBE8F
Text Example
Text Example
White with #3DBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE8F; }
p { color: rgb(61,190,143); }
H1.HeaderClassName
{
color: #3DBE8F;
}
.AnyTagClassName
{
color: #3DBE8F;
}
</style>
background-color css
<style>
a { background-color: #3DBE8F; }
a { background-color: rgb(61,190,143); }
div.DivClassName
{
background-color: #3DBE8F;
}
.BgClassName
{
background-color: #3DBE8F;
}
</style>
border-color css
<style>
span { border-color: #3DBE8F; }
span { border-color: rgb(61,190,143); }
td.TdClassName
{
border-color: #3DBE8F;
}
.TagClassName
{
border-color: #3DBE8F;
}
</style>