Shades of Shamrock #3CC2AF
Tints of Shamrock #3CC2AF
RGB
CMYK
RGB Variations
Color information
#3CC2AF (or 0x3CC2AF) is known color: Shamrock. HEX triplet: 3C, C2 and AF. RGB value is (60,194,175). Sum of RGB (Red+Green+Blue) = 60+194+175=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC2AF is #C33D50. Grayscale: #979797. Windows color (decimal): -12795217 or 11518524. OLE color: 11518524.
HSL color Cylindrical-coordinate representation of color #3CC2AF: hue angle of 171.49º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC2AF is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 175 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.24 |
| HSL | 171.49º | 0.53% | 0.5% | - |
| HSV(B) | 171.49º | 0.69% | 0.76% | - |
| XYZ | 28.89 | 42.64 | 47.26 | - |
| YUV | 151.77 | 141.11 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 175 | 0.69 | 0 | 0.10 | 0.24 | 171.49 | 0.53 | 0.5 |
| Hex | 3C | C2 | AF | 45 | 0 | A | 18 | AB | 35 | 32 |
| Octal | 74 | 302 | 257 | 105 | 0 | 12 | 30 | 253 | 65 | 62 |
| Binary | 111100 | 11000010 | 10101111 | 1000101 | 0 | 1010 | 11000 | 10101011 | 110101 | 110010 |
Color Harmonies of #3CC2AF
Complementary color
Monochromatic Colors of #3CC2AF
Black with #3CC2AF
Text Example
Text Example
White with #3CC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC2AF; }
p { color: rgb(60,194,175); }
H1.HeaderClassName
{
color: #3CC2AF;
}
.AnyTagClassName
{
color: #3CC2AF;
}
</style>
background-color css
<style>
a { background-color: #3CC2AF; }
a { background-color: rgb(60,194,175); }
div.DivClassName
{
background-color: #3CC2AF;
}
.BgClassName
{
background-color: #3CC2AF;
}
</style>
border-color css
<style>
span { border-color: #3CC2AF; }
span { border-color: rgb(60,194,175); }
td.TdClassName
{
border-color: #3CC2AF;
}
.TagClassName
{
border-color: #3CC2AF;
}
</style>