Shades of Shamrock #3BE0AC
Tints of Shamrock #3BE0AC
RGB
CMYK
RGB Variations
Color information
#3BE0AC (or 0x3BE0AC) is known color: Shamrock. HEX triplet: 3B, E0 and AC. RGB value is (59,224,172). Sum of RGB (Red+Green+Blue) = 59+224+172=455 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.97% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE0AC is #C41F53. Grayscale: #A8A8A8. Windows color (decimal): -12853076 or 11329595. OLE color: 11329595.
HSL color Cylindrical-coordinate representation of color #3BE0AC: hue angle of 161.09º 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 #3BE0AC is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 172 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.12 |
| HSL | 161.09º | 0.73% | 0.55% | - |
| HSV(B) | 161.09º | 0.74% | 0.88% | - |
| XYZ | 35.91 | 57.22 | 48.18 | - |
| YUV | 168.74 | 129.84 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 172 | 0.74 | 0 | 0.23 | 0.12 | 161.09 | 0.73 | 0.55 |
| Hex | 3B | E0 | AC | 4A | 0 | 17 | C | A1 | 49 | 37 |
| Octal | 73 | 340 | 254 | 112 | 0 | 27 | 14 | 241 | 111 | 67 |
| Binary | 111011 | 11100000 | 10101100 | 1001010 | 0 | 10111 | 1100 | 10100001 | 1001001 | 110111 |
Color Harmonies of #3BE0AC
Complementary color
Monochromatic Colors of #3BE0AC
Black with #3BE0AC
Text Example
Text Example
White with #3BE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE0AC; }
p { color: rgb(59,224,172); }
H1.HeaderClassName
{
color: #3BE0AC;
}
.AnyTagClassName
{
color: #3BE0AC;
}
</style>
background-color css
<style>
a { background-color: #3BE0AC; }
a { background-color: rgb(59,224,172); }
div.DivClassName
{
background-color: #3BE0AC;
}
.BgClassName
{
background-color: #3BE0AC;
}
</style>
border-color css
<style>
span { border-color: #3BE0AC; }
span { border-color: rgb(59,224,172); }
td.TdClassName
{
border-color: #3BE0AC;
}
.TagClassName
{
border-color: #3BE0AC;
}
</style>