Shades of Shamrock #3BDA8C
Tints of Shamrock #3BDA8C
RGB
CMYK
RGB Variations
Color information
#3BDA8C (or 0x3BDA8C) is known color: Shamrock. HEX triplet: 3B, DA and 8C. RGB value is (59,218,140). Sum of RGB (Red+Green+Blue) = 59+218+140=417 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.15% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDA8C is #C42573. Grayscale: #A1A1A1. Windows color (decimal): -12854644 or 9230907. OLE color: 9230907.
HSL color Cylindrical-coordinate representation of color #3BDA8C: hue angle of 150.57º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDA8C is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 140 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.15 |
| HSL | 150.57º | 0.68% | 0.54% | - |
| HSV(B) | 150.57º | 0.73% | 0.85% | - |
| XYZ | 31.61 | 52.97 | 33.37 | - |
| YUV | 161.57 | 115.82 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 140 | 0.73 | 0 | 0.36 | 0.15 | 150.57 | 0.68 | 0.54 |
| Hex | 3B | DA | 8C | 49 | 0 | 24 | F | 97 | 44 | 36 |
| Octal | 73 | 332 | 214 | 111 | 0 | 44 | 17 | 227 | 104 | 66 |
| Binary | 111011 | 11011010 | 10001100 | 1001001 | 0 | 100100 | 1111 | 10010111 | 1000100 | 110110 |
Color Harmonies of #3BDA8C
Complementary color
Monochromatic Colors of #3BDA8C
Black with #3BDA8C
Text Example
Text Example
White with #3BDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA8C; }
p { color: rgb(59,218,140); }
H1.HeaderClassName
{
color: #3BDA8C;
}
.AnyTagClassName
{
color: #3BDA8C;
}
</style>
background-color css
<style>
a { background-color: #3BDA8C; }
a { background-color: rgb(59,218,140); }
div.DivClassName
{
background-color: #3BDA8C;
}
.BgClassName
{
background-color: #3BDA8C;
}
</style>
border-color css
<style>
span { border-color: #3BDA8C; }
span { border-color: rgb(59,218,140); }
td.TdClassName
{
border-color: #3BDA8C;
}
.TagClassName
{
border-color: #3BDA8C;
}
</style>