Shades of Shamrock #3BC2AA
Tints of Shamrock #3BC2AA
RGB
CMYK
RGB Variations
Color information
#3BC2AA (or 0x3BC2AA) is known color: Shamrock. HEX triplet: 3B, C2 and AA. RGB value is (59,194,170). Sum of RGB (Red+Green+Blue) = 59+194+170=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC2AA is #C43D55. Grayscale: #969696. Windows color (decimal): -12860758 or 11190843. OLE color: 11190843.
HSL color Cylindrical-coordinate representation of color #3BC2AA: hue angle of 169.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC2AA is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 194 | 170 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.24 |
| HSL | 169.33º | 0.53% | 0.5% | - |
| HSV(B) | 169.33º | 0.7% | 0.76% | - |
| XYZ | 28.35 | 42.42 | 44.72 | - |
| YUV | 150.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 170 | 0.70 | 0 | 0.12 | 0.24 | 169.33 | 0.53 | 0.5 |
| Hex | 3B | C2 | AA | 46 | 0 | C | 18 | A9 | 35 | 32 |
| Octal | 73 | 302 | 252 | 106 | 0 | 14 | 30 | 251 | 65 | 62 |
| Binary | 111011 | 11000010 | 10101010 | 1000110 | 0 | 1100 | 11000 | 10101001 | 110101 | 110010 |
Color Harmonies of #3BC2AA
Complementary color
Monochromatic Colors of #3BC2AA
Black with #3BC2AA
Text Example
Text Example
White with #3BC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC2AA; }
p { color: rgb(59,194,170); }
H1.HeaderClassName
{
color: #3BC2AA;
}
.AnyTagClassName
{
color: #3BC2AA;
}
</style>
background-color css
<style>
a { background-color: #3BC2AA; }
a { background-color: rgb(59,194,170); }
div.DivClassName
{
background-color: #3BC2AA;
}
.BgClassName
{
background-color: #3BC2AA;
}
</style>
border-color css
<style>
span { border-color: #3BC2AA; }
span { border-color: rgb(59,194,170); }
td.TdClassName
{
border-color: #3BC2AA;
}
.TagClassName
{
border-color: #3BC2AA;
}
</style>