Shades of Shamrock #3BDD8A
Tints of Shamrock #3BDD8A
RGB
CMYK
RGB Variations
Color information
#3BDD8A (or 0x3BDD8A) is known color: Shamrock. HEX triplet: 3B, DD and 8A. RGB value is (59,221,138). Sum of RGB (Red+Green+Blue) = 59+221+138=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDD8A is #C42275. Grayscale: #A3A3A3. Windows color (decimal): -12853878 or 9100603. OLE color: 9100603.
HSL color Cylindrical-coordinate representation of color #3BDD8A: hue angle of 149.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD8A is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 138 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.13 |
| HSL | 149.26º | 0.7% | 0.55% | - |
| HSV(B) | 149.26º | 0.73% | 0.87% | - |
| XYZ | 32.25 | 54.48 | 32.86 | - |
| YUV | 163.1 | 113.83 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 138 | 0.73 | 0 | 0.38 | 0.13 | 149.26 | 0.7 | 0.55 |
| Hex | 3B | DD | 8A | 49 | 0 | 26 | D | 95 | 46 | 37 |
| Octal | 73 | 335 | 212 | 111 | 0 | 46 | 15 | 225 | 106 | 67 |
| Binary | 111011 | 11011101 | 10001010 | 1001001 | 0 | 100110 | 1101 | 10010101 | 1000110 | 110111 |
Color Harmonies of #3BDD8A
Complementary color
Monochromatic Colors of #3BDD8A
Black with #3BDD8A
Text Example
Text Example
White with #3BDD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD8A; }
p { color: rgb(59,221,138); }
H1.HeaderClassName
{
color: #3BDD8A;
}
.AnyTagClassName
{
color: #3BDD8A;
}
</style>
background-color css
<style>
a { background-color: #3BDD8A; }
a { background-color: rgb(59,221,138); }
div.DivClassName
{
background-color: #3BDD8A;
}
.BgClassName
{
background-color: #3BDD8A;
}
</style>
border-color css
<style>
span { border-color: #3BDD8A; }
span { border-color: rgb(59,221,138); }
td.TdClassName
{
border-color: #3BDD8A;
}
.TagClassName
{
border-color: #3BDD8A;
}
</style>