Shades of Shamrock #3BCC8C
Tints of Shamrock #3BCC8C
RGB
CMYK
RGB Variations
Color information
#3BCC8C (or 0x3BCC8C) is known color: Shamrock. HEX triplet: 3B, CC and 8C. RGB value is (59,204,140). Sum of RGB (Red+Green+Blue) = 59+204+140=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCC8C is #C43373. Grayscale: #999999. Windows color (decimal): -12858228 or 9227323. OLE color: 9227323.
HSL color Cylindrical-coordinate representation of color #3BCC8C: hue angle of 153.52º 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 #3BCC8C is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 204 | 140 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.2 |
| HSL | 153.52º | 0.59% | 0.52% | - |
| HSV(B) | 153.52º | 0.71% | 0.8% | - |
| XYZ | 28.13 | 46.01 | 32.21 | - |
| YUV | 153.35 | 120.46 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 140 | 0.71 | 0 | 0.31 | 0.2 | 153.52 | 0.59 | 0.52 |
| Hex | 3B | CC | 8C | 47 | 0 | 1F | 14 | 9A | 3B | 34 |
| Octal | 73 | 314 | 214 | 107 | 0 | 37 | 24 | 232 | 73 | 64 |
| Binary | 111011 | 11001100 | 10001100 | 1000111 | 0 | 11111 | 10100 | 10011010 | 111011 | 110100 |
Color Harmonies of #3BCC8C
Complementary color
Monochromatic Colors of #3BCC8C
Black with #3BCC8C
Text Example
Text Example
White with #3BCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCC8C; }
p { color: rgb(59,204,140); }
H1.HeaderClassName
{
color: #3BCC8C;
}
.AnyTagClassName
{
color: #3BCC8C;
}
</style>
background-color css
<style>
a { background-color: #3BCC8C; }
a { background-color: rgb(59,204,140); }
div.DivClassName
{
background-color: #3BCC8C;
}
.BgClassName
{
background-color: #3BCC8C;
}
</style>
border-color css
<style>
span { border-color: #3BCC8C; }
span { border-color: rgb(59,204,140); }
td.TdClassName
{
border-color: #3BCC8C;
}
.TagClassName
{
border-color: #3BCC8C;
}
</style>