Shades of Shamrock #3BCAB0
Tints of Shamrock #3BCAB0
RGB
CMYK
RGB Variations
Color information
#3BCAB0 (or 0x3BCAB0) is known color: Shamrock. HEX triplet: 3B, CA and B0. RGB value is (59,202,176). Sum of RGB (Red+Green+Blue) = 59+202+176=437 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.50% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCAB0 is #C4354F. Grayscale: #9C9C9C. Windows color (decimal): -12858704 or 11586107. OLE color: 11586107.
HSL color Cylindrical-coordinate representation of color #3BCAB0: hue angle of 169.09º 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 #3BCAB0 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 176 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.21 |
| HSL | 169.09º | 0.57% | 0.51% | - |
| HSV(B) | 169.09º | 0.71% | 0.79% | - |
| XYZ | 30.76 | 46.31 | 48.39 | - |
| YUV | 156.28 | 139.12 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 176 | 0.71 | 0 | 0.13 | 0.21 | 169.09 | 0.57 | 0.51 |
| Hex | 3B | CA | B0 | 47 | 0 | D | 15 | A9 | 39 | 33 |
| Octal | 73 | 312 | 260 | 107 | 0 | 15 | 25 | 251 | 71 | 63 |
| Binary | 111011 | 11001010 | 10110000 | 1000111 | 0 | 1101 | 10101 | 10101001 | 111001 | 110011 |
Color Harmonies of #3BCAB0
Complementary color
Monochromatic Colors of #3BCAB0
Black with #3BCAB0
Text Example
Text Example
White with #3BCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAB0; }
p { color: rgb(59,202,176); }
H1.HeaderClassName
{
color: #3BCAB0;
}
.AnyTagClassName
{
color: #3BCAB0;
}
</style>
background-color css
<style>
a { background-color: #3BCAB0; }
a { background-color: rgb(59,202,176); }
div.DivClassName
{
background-color: #3BCAB0;
}
.BgClassName
{
background-color: #3BCAB0;
}
</style>
border-color css
<style>
span { border-color: #3BCAB0; }
span { border-color: rgb(59,202,176); }
td.TdClassName
{
border-color: #3BCAB0;
}
.TagClassName
{
border-color: #3BCAB0;
}
</style>