Shades of Shamrock #3CC9AD
Tints of Shamrock #3CC9AD
RGB
CMYK
RGB Variations
Color information
#3CC9AD (or 0x3CC9AD) is known color: Shamrock. HEX triplet: 3C, C9 and AD. RGB value is (60,201,173). Sum of RGB (Red+Green+Blue) = 60+201+173=434 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.82% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC9AD is #C33652. Grayscale: #9B9B9B. Windows color (decimal): -12793427 or 11389244. OLE color: 11389244.
HSL color Cylindrical-coordinate representation of color #3CC9AD: hue angle of 168.09º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC9AD is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 173 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.21 |
| HSL | 168.09º | 0.57% | 0.51% | - |
| HSV(B) | 168.09º | 0.7% | 0.79% | - |
| XYZ | 30.29 | 45.75 | 46.77 | - |
| YUV | 155.65 | 137.79 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 173 | 0.70 | 0 | 0.14 | 0.21 | 168.09 | 0.57 | 0.51 |
| Hex | 3C | C9 | AD | 46 | 0 | E | 15 | A8 | 39 | 33 |
| Octal | 74 | 311 | 255 | 106 | 0 | 16 | 25 | 250 | 71 | 63 |
| Binary | 111100 | 11001001 | 10101101 | 1000110 | 0 | 1110 | 10101 | 10101000 | 111001 | 110011 |
Color Harmonies of #3CC9AD
Complementary color
Monochromatic Colors of #3CC9AD
Black with #3CC9AD
Text Example
Text Example
White with #3CC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC9AD; }
p { color: rgb(60,201,173); }
H1.HeaderClassName
{
color: #3CC9AD;
}
.AnyTagClassName
{
color: #3CC9AD;
}
</style>
background-color css
<style>
a { background-color: #3CC9AD; }
a { background-color: rgb(60,201,173); }
div.DivClassName
{
background-color: #3CC9AD;
}
.BgClassName
{
background-color: #3CC9AD;
}
</style>
border-color css
<style>
span { border-color: #3CC9AD; }
span { border-color: rgb(60,201,173); }
td.TdClassName
{
border-color: #3CC9AD;
}
.TagClassName
{
border-color: #3CC9AD;
}
</style>