Shades of Shamrock #3BC6AF
Tints of Shamrock #3BC6AF
RGB
CMYK
RGB Variations
Color information
#3BC6AF (or 0x3BC6AF) is known color: Shamrock. HEX triplet: 3B, C6 and AF. RGB value is (59,198,175). Sum of RGB (Red+Green+Blue) = 59+198+175=432 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.66% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC6AF is #C43950. Grayscale: #999999. Windows color (decimal): -12859729 or 11519547. OLE color: 11519547.
HSL color Cylindrical-coordinate representation of color #3BC6AF: hue angle of 170.07º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC6AF is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 175 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.22 |
| HSL | 170.07º | 0.55% | 0.5% | - |
| HSV(B) | 170.07º | 0.7% | 0.78% | - |
| XYZ | 29.74 | 44.41 | 47.56 | - |
| YUV | 153.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 175 | 0.70 | 0 | 0.12 | 0.22 | 170.07 | 0.55 | 0.5 |
| Hex | 3B | C6 | AF | 46 | 0 | C | 16 | AA | 37 | 32 |
| Octal | 73 | 306 | 257 | 106 | 0 | 14 | 26 | 252 | 67 | 62 |
| Binary | 111011 | 11000110 | 10101111 | 1000110 | 0 | 1100 | 10110 | 10101010 | 110111 | 110010 |
Color Harmonies of #3BC6AF
Complementary color
Monochromatic Colors of #3BC6AF
Black with #3BC6AF
Text Example
Text Example
White with #3BC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC6AF; }
p { color: rgb(59,198,175); }
H1.HeaderClassName
{
color: #3BC6AF;
}
.AnyTagClassName
{
color: #3BC6AF;
}
</style>
background-color css
<style>
a { background-color: #3BC6AF; }
a { background-color: rgb(59,198,175); }
div.DivClassName
{
background-color: #3BC6AF;
}
.BgClassName
{
background-color: #3BC6AF;
}
</style>
border-color css
<style>
span { border-color: #3BC6AF; }
span { border-color: rgb(59,198,175); }
td.TdClassName
{
border-color: #3BC6AF;
}
.TagClassName
{
border-color: #3BC6AF;
}
</style>