Shades of Shamrock #3BD3AC
Tints of Shamrock #3BD3AC
RGB
CMYK
RGB Variations
Color information
#3BD3AC (or 0x3BD3AC) is known color: Shamrock. HEX triplet: 3B, D3 and AC. RGB value is (59,211,172). Sum of RGB (Red+Green+Blue) = 59+211+172=442 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.35% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD3AC is #C42C53. Grayscale: #A1A1A1. Windows color (decimal): -12856404 or 11326267. OLE color: 11326267.
HSL color Cylindrical-coordinate representation of color #3BD3AC: hue angle of 164.61º degrees, saturation: 0.63, 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 #3BD3AC is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 172 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.17 |
| HSL | 164.61º | 0.63% | 0.53% | - |
| HSV(B) | 164.61º | 0.72% | 0.83% | - |
| XYZ | 32.54 | 50.5 | 47.06 | - |
| YUV | 161.11 | 134.14 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 172 | 0.72 | 0 | 0.18 | 0.17 | 164.61 | 0.63 | 0.53 |
| Hex | 3B | D3 | AC | 48 | 0 | 12 | 11 | A5 | 3F | 35 |
| Octal | 73 | 323 | 254 | 110 | 0 | 22 | 21 | 245 | 77 | 65 |
| Binary | 111011 | 11010011 | 10101100 | 1001000 | 0 | 10010 | 10001 | 10100101 | 111111 | 110101 |
Color Harmonies of #3BD3AC
Complementary color
Monochromatic Colors of #3BD3AC
Black with #3BD3AC
Text Example
Text Example
White with #3BD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD3AC; }
p { color: rgb(59,211,172); }
H1.HeaderClassName
{
color: #3BD3AC;
}
.AnyTagClassName
{
color: #3BD3AC;
}
</style>
background-color css
<style>
a { background-color: #3BD3AC; }
a { background-color: rgb(59,211,172); }
div.DivClassName
{
background-color: #3BD3AC;
}
.BgClassName
{
background-color: #3BD3AC;
}
</style>
border-color css
<style>
span { border-color: #3BD3AC; }
span { border-color: rgb(59,211,172); }
td.TdClassName
{
border-color: #3BD3AC;
}
.TagClassName
{
border-color: #3BD3AC;
}
</style>