Shades of Shamrock #3BCD8E
Tints of Shamrock #3BCD8E
RGB
CMYK
RGB Variations
Color information
#3BCD8E (or 0x3BCD8E) is known color: Shamrock. HEX triplet: 3B, CD and 8E. RGB value is (59,205,142). Sum of RGB (Red+Green+Blue) = 59+205+142=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCD8E is #C43271. Grayscale: #9A9A9A. Windows color (decimal): -12857970 or 9358651. OLE color: 9358651.
HSL color Cylindrical-coordinate representation of color #3BCD8E: hue angle of 154.11º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCD8E is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 142 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.20 |
| HSL | 154.11º | 0.59% | 0.52% | - |
| HSV(B) | 154.11º | 0.71% | 0.8% | - |
| XYZ | 28.52 | 46.55 | 33.07 | - |
| YUV | 154.16 | 121.13 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 142 | 0.71 | 0 | 0.31 | 0.20 | 154.11 | 0.59 | 0.52 |
| Hex | 3B | CD | 8E | 47 | 0 | 1F | 14 | 9A | 3B | 34 |
| Octal | 73 | 315 | 216 | 107 | 0 | 37 | 24 | 232 | 73 | 64 |
| Binary | 111011 | 11001101 | 10001110 | 1000111 | 0 | 11111 | 10100 | 10011010 | 111011 | 110100 |
Color Harmonies of #3BCD8E
Complementary color
Monochromatic Colors of #3BCD8E
Black with #3BCD8E
Text Example
Text Example
White with #3BCD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD8E; }
p { color: rgb(59,205,142); }
H1.HeaderClassName
{
color: #3BCD8E;
}
.AnyTagClassName
{
color: #3BCD8E;
}
</style>
background-color css
<style>
a { background-color: #3BCD8E; }
a { background-color: rgb(59,205,142); }
div.DivClassName
{
background-color: #3BCD8E;
}
.BgClassName
{
background-color: #3BCD8E;
}
</style>
border-color css
<style>
span { border-color: #3BCD8E; }
span { border-color: rgb(59,205,142); }
td.TdClassName
{
border-color: #3BCD8E;
}
.TagClassName
{
border-color: #3BCD8E;
}
</style>