Shades of Shamrock #3BC0A5
Tints of Shamrock #3BC0A5
RGB
CMYK
RGB Variations
Color information
#3BC0A5 (or 0x3BC0A5) is known color: Shamrock. HEX triplet: 3B, C0 and A5. RGB value is (59,192,165). Sum of RGB (Red+Green+Blue) = 59+192+165=416 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.18% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC0A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC0A5 is #C43F5A. Grayscale: #959595. Windows color (decimal): -12861275 or 10862651. OLE color: 10862651.
HSL color Cylindrical-coordinate representation of color #3BC0A5: hue angle of 167.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC0A5 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 165 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.25 |
| HSL | 167.82º | 0.53% | 0.49% | - |
| HSV(B) | 167.82º | 0.69% | 0.75% | - |
| XYZ | 27.44 | 41.35 | 42.13 | - |
| YUV | 149.16 | 136.94 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 165 | 0.69 | 0 | 0.14 | 0.25 | 167.82 | 0.53 | 0.49 |
| Hex | 3B | C0 | A5 | 45 | 0 | E | 19 | A8 | 35 | 31 |
| Octal | 73 | 300 | 245 | 105 | 0 | 16 | 31 | 250 | 65 | 61 |
| Binary | 111011 | 11000000 | 10100101 | 1000101 | 0 | 1110 | 11001 | 10101000 | 110101 | 110001 |
Color Harmonies of #3BC0A5
Complementary color
Monochromatic Colors of #3BC0A5
Black with #3BC0A5
Text Example
Text Example
White with #3BC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC0A5; }
p { color: rgb(59,192,165); }
H1.HeaderClassName
{
color: #3BC0A5;
}
.AnyTagClassName
{
color: #3BC0A5;
}
</style>
background-color css
<style>
a { background-color: #3BC0A5; }
a { background-color: rgb(59,192,165); }
div.DivClassName
{
background-color: #3BC0A5;
}
.BgClassName
{
background-color: #3BC0A5;
}
</style>
border-color css
<style>
span { border-color: #3BC0A5; }
span { border-color: rgb(59,192,165); }
td.TdClassName
{
border-color: #3BC0A5;
}
.TagClassName
{
border-color: #3BC0A5;
}
</style>