Shades of Shamrock #3BDCAA
Tints of Shamrock #3BDCAA
RGB
CMYK
RGB Variations
Color information
#3BDCAA (or 0x3BDCAA) is known color: Shamrock. HEX triplet: 3B, DC and AA. RGB value is (59,220,170). Sum of RGB (Red+Green+Blue) = 59+220+170=449 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.14% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDCAA is #C42355. Grayscale: #A6A6A6. Windows color (decimal): -12854102 or 11197499. OLE color: 11197499.
HSL color Cylindrical-coordinate representation of color #3BDCAA: hue angle of 161.37º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDCAA is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 170 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.14 |
| HSL | 161.37º | 0.7% | 0.55% | - |
| HSV(B) | 161.37º | 0.73% | 0.86% | - |
| XYZ | 34.65 | 55.02 | 46.82 | - |
| YUV | 166.16 | 130.16 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 170 | 0.73 | 0 | 0.23 | 0.14 | 161.37 | 0.7 | 0.55 |
| Hex | 3B | DC | AA | 49 | 0 | 17 | E | A1 | 46 | 37 |
| Octal | 73 | 334 | 252 | 111 | 0 | 27 | 16 | 241 | 106 | 67 |
| Binary | 111011 | 11011100 | 10101010 | 1001001 | 0 | 10111 | 1110 | 10100001 | 1000110 | 110111 |
Color Harmonies of #3BDCAA
Complementary color
Monochromatic Colors of #3BDCAA
Black with #3BDCAA
Text Example
Text Example
White with #3BDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDCAA; }
p { color: rgb(59,220,170); }
H1.HeaderClassName
{
color: #3BDCAA;
}
.AnyTagClassName
{
color: #3BDCAA;
}
</style>
background-color css
<style>
a { background-color: #3BDCAA; }
a { background-color: rgb(59,220,170); }
div.DivClassName
{
background-color: #3BDCAA;
}
.BgClassName
{
background-color: #3BDCAA;
}
</style>
border-color css
<style>
span { border-color: #3BDCAA; }
span { border-color: rgb(59,220,170); }
td.TdClassName
{
border-color: #3BDCAA;
}
.TagClassName
{
border-color: #3BDCAA;
}
</style>