Shades of Shamrock #3CC5AF
Tints of Shamrock #3CC5AF
RGB
CMYK
RGB Variations
Color information
#3CC5AF (or 0x3CC5AF) is known color: Shamrock. HEX triplet: 3C, C5 and AF. RGB value is (60,197,175). Sum of RGB (Red+Green+Blue) = 60+197+175=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC5AF is #C33A50. Grayscale: #999999. Windows color (decimal): -12794449 or 11519292. OLE color: 11519292.
HSL color Cylindrical-coordinate representation of color #3CC5AF: hue angle of 170.36º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC5AF is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 197 | 175 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.23 |
| HSL | 170.37º | 0.54% | 0.5% | - |
| HSV(B) | 170.37º | 0.7% | 0.77% | - |
| XYZ | 29.57 | 43.99 | 47.49 | - |
| YUV | 153.53 | 140.11 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 175 | 0.70 | 0 | 0.11 | 0.23 | 170.37 | 0.54 | 0.5 |
| Hex | 3C | C5 | AF | 46 | 0 | B | 17 | AA | 36 | 32 |
| Octal | 74 | 305 | 257 | 106 | 0 | 13 | 27 | 252 | 66 | 62 |
| Binary | 111100 | 11000101 | 10101111 | 1000110 | 0 | 1011 | 10111 | 10101010 | 110110 | 110010 |
Color Harmonies of #3CC5AF
Complementary color
Monochromatic Colors of #3CC5AF
Black with #3CC5AF
Text Example
Text Example
White with #3CC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC5AF; }
p { color: rgb(60,197,175); }
H1.HeaderClassName
{
color: #3CC5AF;
}
.AnyTagClassName
{
color: #3CC5AF;
}
</style>
background-color css
<style>
a { background-color: #3CC5AF; }
a { background-color: rgb(60,197,175); }
div.DivClassName
{
background-color: #3CC5AF;
}
.BgClassName
{
background-color: #3CC5AF;
}
</style>
border-color css
<style>
span { border-color: #3CC5AF; }
span { border-color: rgb(60,197,175); }
td.TdClassName
{
border-color: #3CC5AF;
}
.TagClassName
{
border-color: #3CC5AF;
}
</style>