Shades of Shamrock #3BCAAA
Tints of Shamrock #3BCAAA
RGB
CMYK
RGB Variations
Color information
#3BCAAA (or 0x3BCAAA) is known color: Shamrock. HEX triplet: 3B, CA and AA. RGB value is (59,202,170). Sum of RGB (Red+Green+Blue) = 59+202+170=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCAAA is #C43555. Grayscale: #9B9B9B. Windows color (decimal): -12858710 or 11192891. OLE color: 11192891.
HSL color Cylindrical-coordinate representation of color #3BCAAA: hue angle of 166.57º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCAAA is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 170 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.21 |
| HSL | 166.57º | 0.57% | 0.51% | - |
| HSV(B) | 166.57º | 0.71% | 0.79% | - |
| XYZ | 30.18 | 46.07 | 45.33 | - |
| YUV | 155.6 | 136.12 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 170 | 0.71 | 0 | 0.16 | 0.21 | 166.57 | 0.57 | 0.51 |
| Hex | 3B | CA | AA | 47 | 0 | 10 | 15 | A7 | 39 | 33 |
| Octal | 73 | 312 | 252 | 107 | 0 | 20 | 25 | 247 | 71 | 63 |
| Binary | 111011 | 11001010 | 10101010 | 1000111 | 0 | 10000 | 10101 | 10100111 | 111001 | 110011 |
Color Harmonies of #3BCAAA
Complementary color
Monochromatic Colors of #3BCAAA
Black with #3BCAAA
Text Example
Text Example
White with #3BCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAAA; }
p { color: rgb(59,202,170); }
H1.HeaderClassName
{
color: #3BCAAA;
}
.AnyTagClassName
{
color: #3BCAAA;
}
</style>
background-color css
<style>
a { background-color: #3BCAAA; }
a { background-color: rgb(59,202,170); }
div.DivClassName
{
background-color: #3BCAAA;
}
.BgClassName
{
background-color: #3BCAAA;
}
</style>
border-color css
<style>
span { border-color: #3BCAAA; }
span { border-color: rgb(59,202,170); }
td.TdClassName
{
border-color: #3BCAAA;
}
.TagClassName
{
border-color: #3BCAAA;
}
</style>