Shades of Shamrock #3BC8A6
Tints of Shamrock #3BC8A6
RGB
CMYK
RGB Variations
Color information
#3BC8A6 (or 0x3BC8A6) is known color: Shamrock. HEX triplet: 3B, C8 and A6. RGB value is (59,200,166). Sum of RGB (Red+Green+Blue) = 59+200+166=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC8A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC8A6 is #C43759. Grayscale: #999999. Windows color (decimal): -12859226 or 10930235. OLE color: 10930235.
HSL color Cylindrical-coordinate representation of color #3BC8A6: hue angle of 165.53º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC8A6 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 166 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.22 |
| HSL | 165.53º | 0.56% | 0.51% | - |
| HSV(B) | 165.53º | 0.71% | 0.78% | - |
| XYZ | 29.34 | 44.99 | 43.21 | - |
| YUV | 153.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 166 | 0.70 | 0 | 0.17 | 0.22 | 165.53 | 0.56 | 0.51 |
| Hex | 3B | C8 | A6 | 46 | 0 | 11 | 16 | A6 | 38 | 33 |
| Octal | 73 | 310 | 246 | 106 | 0 | 21 | 26 | 246 | 70 | 63 |
| Binary | 111011 | 11001000 | 10100110 | 1000110 | 0 | 10001 | 10110 | 10100110 | 111000 | 110011 |
Color Harmonies of #3BC8A6
Complementary color
Monochromatic Colors of #3BC8A6
Black with #3BC8A6
Text Example
Text Example
White with #3BC8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC8A6; }
p { color: rgb(59,200,166); }
H1.HeaderClassName
{
color: #3BC8A6;
}
.AnyTagClassName
{
color: #3BC8A6;
}
</style>
background-color css
<style>
a { background-color: #3BC8A6; }
a { background-color: rgb(59,200,166); }
div.DivClassName
{
background-color: #3BC8A6;
}
.BgClassName
{
background-color: #3BC8A6;
}
</style>
border-color css
<style>
span { border-color: #3BC8A6; }
span { border-color: rgb(59,200,166); }
td.TdClassName
{
border-color: #3BC8A6;
}
.TagClassName
{
border-color: #3BC8A6;
}
</style>