Shades of Shamrock #3BC8AB
Tints of Shamrock #3BC8AB
RGB
CMYK
RGB Variations
Color information
#3BC8AB (or 0x3BC8AB) is known color: Shamrock. HEX triplet: 3B, C8 and AB. RGB value is (59,200,171). Sum of RGB (Red+Green+Blue) = 59+200+171=430 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.72% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC8AB is #C43754. Grayscale: #9A9A9A. Windows color (decimal): -12859221 or 11257915. OLE color: 11257915.
HSL color Cylindrical-coordinate representation of color #3BC8AB: hue angle of 167.66º 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 #3BC8AB is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 171 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.22 |
| HSL | 167.66º | 0.56% | 0.51% | - |
| HSV(B) | 167.66º | 0.71% | 0.78% | - |
| XYZ | 29.81 | 45.18 | 45.68 | - |
| YUV | 154.54 | 137.29 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 171 | 0.70 | 0 | 0.14 | 0.22 | 167.66 | 0.56 | 0.51 |
| Hex | 3B | C8 | AB | 46 | 0 | E | 16 | A8 | 38 | 33 |
| Octal | 73 | 310 | 253 | 106 | 0 | 16 | 26 | 250 | 70 | 63 |
| Binary | 111011 | 11001000 | 10101011 | 1000110 | 0 | 1110 | 10110 | 10101000 | 111000 | 110011 |
Color Harmonies of #3BC8AB
Complementary color
Monochromatic Colors of #3BC8AB
Black with #3BC8AB
Text Example
Text Example
White with #3BC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC8AB; }
p { color: rgb(59,200,171); }
H1.HeaderClassName
{
color: #3BC8AB;
}
.AnyTagClassName
{
color: #3BC8AB;
}
</style>
background-color css
<style>
a { background-color: #3BC8AB; }
a { background-color: rgb(59,200,171); }
div.DivClassName
{
background-color: #3BC8AB;
}
.BgClassName
{
background-color: #3BC8AB;
}
</style>
border-color css
<style>
span { border-color: #3BC8AB; }
span { border-color: rgb(59,200,171); }
td.TdClassName
{
border-color: #3BC8AB;
}
.TagClassName
{
border-color: #3BC8AB;
}
</style>