Shades of Shamrock #3BD4A5
Tints of Shamrock #3BD4A5
RGB
CMYK
RGB Variations
Color information
#3BD4A5 (or 0x3BD4A5) is known color: Shamrock. HEX triplet: 3B, D4 and A5. RGB value is (59,212,165). Sum of RGB (Red+Green+Blue) = 59+212+165=436 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.53% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD4A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD4A5 is #C42B5A. Grayscale: #A0A0A0. Windows color (decimal): -12856155 or 10867771. OLE color: 10867771.
HSL color Cylindrical-coordinate representation of color #3BD4A5: hue angle of 161.57º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD4A5 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 212 | 165 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.17 |
| HSL | 161.57º | 0.64% | 0.53% | - |
| HSV(B) | 161.57º | 0.72% | 0.83% | - |
| XYZ | 32.14 | 50.73 | 43.7 | - |
| YUV | 160.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 212 | 165 | 0.72 | 0 | 0.22 | 0.17 | 161.57 | 0.64 | 0.53 |
| Hex | 3B | D4 | A5 | 48 | 0 | 16 | 11 | A2 | 40 | 35 |
| Octal | 73 | 324 | 245 | 110 | 0 | 26 | 21 | 242 | 100 | 65 |
| Binary | 111011 | 11010100 | 10100101 | 1001000 | 0 | 10110 | 10001 | 10100010 | 1000000 | 110101 |
Color Harmonies of #3BD4A5
Complementary color
Monochromatic Colors of #3BD4A5
Black with #3BD4A5
Text Example
Text Example
White with #3BD4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD4A5; }
p { color: rgb(59,212,165); }
H1.HeaderClassName
{
color: #3BD4A5;
}
.AnyTagClassName
{
color: #3BD4A5;
}
</style>
background-color css
<style>
a { background-color: #3BD4A5; }
a { background-color: rgb(59,212,165); }
div.DivClassName
{
background-color: #3BD4A5;
}
.BgClassName
{
background-color: #3BD4A5;
}
</style>
border-color css
<style>
span { border-color: #3BD4A5; }
span { border-color: rgb(59,212,165); }
td.TdClassName
{
border-color: #3BD4A5;
}
.TagClassName
{
border-color: #3BD4A5;
}
</style>