Shades of Shamrock #3CCBAC
Tints of Shamrock #3CCBAC
RGB
CMYK
RGB Variations
Color information
#3CCBAC (or 0x3CCBAC) is known color: Shamrock. HEX triplet: 3C, CB and AC. RGB value is (60,203,172). Sum of RGB (Red+Green+Blue) = 60+203+172=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCBAC is #C33453. Grayscale: #9C9C9C. Windows color (decimal): -12792916 or 11324220. OLE color: 11324220.
HSL color Cylindrical-coordinate representation of color #3CCBAC: hue angle of 166.99º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCBAC is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 172 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.20 |
| HSL | 166.99º | 0.58% | 0.52% | - |
| HSV(B) | 166.99º | 0.7% | 0.8% | - |
| XYZ | 30.67 | 46.65 | 46.42 | - |
| YUV | 156.71 | 136.62 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 172 | 0.70 | 0 | 0.15 | 0.20 | 166.99 | 0.58 | 0.52 |
| Hex | 3C | CB | AC | 46 | 0 | F | 14 | A7 | 3A | 34 |
| Octal | 74 | 313 | 254 | 106 | 0 | 17 | 24 | 247 | 72 | 64 |
| Binary | 111100 | 11001011 | 10101100 | 1000110 | 0 | 1111 | 10100 | 10100111 | 111010 | 110100 |
Color Harmonies of #3CCBAC
Complementary color
Monochromatic Colors of #3CCBAC
Black with #3CCBAC
Text Example
Text Example
White with #3CCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBAC; }
p { color: rgb(60,203,172); }
H1.HeaderClassName
{
color: #3CCBAC;
}
.AnyTagClassName
{
color: #3CCBAC;
}
</style>
background-color css
<style>
a { background-color: #3CCBAC; }
a { background-color: rgb(60,203,172); }
div.DivClassName
{
background-color: #3CCBAC;
}
.BgClassName
{
background-color: #3CCBAC;
}
</style>
border-color css
<style>
span { border-color: #3CCBAC; }
span { border-color: rgb(60,203,172); }
td.TdClassName
{
border-color: #3CCBAC;
}
.TagClassName
{
border-color: #3CCBAC;
}
</style>