Shades of Shamrock #3BCF8F
Tints of Shamrock #3BCF8F
RGB
CMYK
RGB Variations
Color information
#3BCF8F (or 0x3BCF8F) is known color: Shamrock. HEX triplet: 3B, CF and 8F. RGB value is (59,207,143). Sum of RGB (Red+Green+Blue) = 59+207+143=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCF8F is #C43070. Grayscale: #9B9B9B. Windows color (decimal): -12857457 or 9424699. OLE color: 9424699.
HSL color Cylindrical-coordinate representation of color #3BCF8F: hue angle of 154.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCF8F is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 143 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.19 |
| HSL | 154.05º | 0.61% | 0.52% | - |
| HSV(B) | 154.05º | 0.71% | 0.81% | - |
| XYZ | 29.07 | 47.54 | 33.63 | - |
| YUV | 155.45 | 120.97 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 143 | 0.71 | 0 | 0.31 | 0.19 | 154.05 | 0.61 | 0.52 |
| Hex | 3B | CF | 8F | 47 | 0 | 1F | 13 | 9A | 3D | 34 |
| Octal | 73 | 317 | 217 | 107 | 0 | 37 | 23 | 232 | 75 | 64 |
| Binary | 111011 | 11001111 | 10001111 | 1000111 | 0 | 11111 | 10011 | 10011010 | 111101 | 110100 |
Color Harmonies of #3BCF8F
Complementary color
Monochromatic Colors of #3BCF8F
Black with #3BCF8F
Text Example
Text Example
White with #3BCF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCF8F; }
p { color: rgb(59,207,143); }
H1.HeaderClassName
{
color: #3BCF8F;
}
.AnyTagClassName
{
color: #3BCF8F;
}
</style>
background-color css
<style>
a { background-color: #3BCF8F; }
a { background-color: rgb(59,207,143); }
div.DivClassName
{
background-color: #3BCF8F;
}
.BgClassName
{
background-color: #3BCF8F;
}
</style>
border-color css
<style>
span { border-color: #3BCF8F; }
span { border-color: rgb(59,207,143); }
td.TdClassName
{
border-color: #3BCF8F;
}
.TagClassName
{
border-color: #3BCF8F;
}
</style>