Shades of Shamrock #3BE08C
Tints of Shamrock #3BE08C
RGB
CMYK
RGB Variations
Color information
#3BE08C (or 0x3BE08C) is known color: Shamrock. HEX triplet: 3B, E0 and 8C. RGB value is (59,224,140). Sum of RGB (Red+Green+Blue) = 59+224+140=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE08C is #C41F73. Grayscale: #A5A5A5. Windows color (decimal): -12853108 or 9232443. OLE color: 9232443.
HSL color Cylindrical-coordinate representation of color #3BE08C: hue angle of 149.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE08C is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 140 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.12 |
| HSL | 149.45º | 0.73% | 0.55% | - |
| HSV(B) | 149.45º | 0.74% | 0.88% | - |
| XYZ | 33.19 | 56.13 | 33.9 | - |
| YUV | 165.09 | 113.84 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 140 | 0.74 | 0 | 0.38 | 0.12 | 149.45 | 0.73 | 0.55 |
| Hex | 3B | E0 | 8C | 4A | 0 | 26 | C | 95 | 49 | 37 |
| Octal | 73 | 340 | 214 | 112 | 0 | 46 | 14 | 225 | 111 | 67 |
| Binary | 111011 | 11100000 | 10001100 | 1001010 | 0 | 100110 | 1100 | 10010101 | 1001001 | 110111 |
Color Harmonies of #3BE08C
Complementary color
Monochromatic Colors of #3BE08C
Black with #3BE08C
Text Example
Text Example
White with #3BE08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE08C; }
p { color: rgb(59,224,140); }
H1.HeaderClassName
{
color: #3BE08C;
}
.AnyTagClassName
{
color: #3BE08C;
}
</style>
background-color css
<style>
a { background-color: #3BE08C; }
a { background-color: rgb(59,224,140); }
div.DivClassName
{
background-color: #3BE08C;
}
.BgClassName
{
background-color: #3BE08C;
}
</style>
border-color css
<style>
span { border-color: #3BE08C; }
span { border-color: rgb(59,224,140); }
td.TdClassName
{
border-color: #3BE08C;
}
.TagClassName
{
border-color: #3BE08C;
}
</style>