Shades of Shamrock #3CDAB0
Tints of Shamrock #3CDAB0
RGB
CMYK
RGB Variations
Color information
#3CDAB0 (or 0x3CDAB0) is known color: Shamrock. HEX triplet: 3C, DA and B0. RGB value is (60,218,176). Sum of RGB (Red+Green+Blue) = 60+218+176=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDAB0 is #C3254F. Grayscale: #A5A5A5. Windows color (decimal): -12789072 or 11590204. OLE color: 11590204.
HSL color Cylindrical-coordinate representation of color #3CDAB0: hue angle of 164.05º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDAB0 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 176 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.15 |
| HSL | 164.05º | 0.68% | 0.55% | - |
| HSV(B) | 164.05º | 0.72% | 0.85% | - |
| XYZ | 34.77 | 54.24 | 49.71 | - |
| YUV | 165.97 | 133.65 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 176 | 0.72 | 0 | 0.19 | 0.15 | 164.05 | 0.68 | 0.55 |
| Hex | 3C | DA | B0 | 48 | 0 | 13 | F | A4 | 44 | 37 |
| Octal | 74 | 332 | 260 | 110 | 0 | 23 | 17 | 244 | 104 | 67 |
| Binary | 111100 | 11011010 | 10110000 | 1001000 | 0 | 10011 | 1111 | 10100100 | 1000100 | 110111 |
Color Harmonies of #3CDAB0
Complementary color
Monochromatic Colors of #3CDAB0
Black with #3CDAB0
Text Example
Text Example
White with #3CDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDAB0; }
p { color: rgb(60,218,176); }
H1.HeaderClassName
{
color: #3CDAB0;
}
.AnyTagClassName
{
color: #3CDAB0;
}
</style>
background-color css
<style>
a { background-color: #3CDAB0; }
a { background-color: rgb(60,218,176); }
div.DivClassName
{
background-color: #3CDAB0;
}
.BgClassName
{
background-color: #3CDAB0;
}
</style>
border-color css
<style>
span { border-color: #3CDAB0; }
span { border-color: rgb(60,218,176); }
td.TdClassName
{
border-color: #3CDAB0;
}
.TagClassName
{
border-color: #3CDAB0;
}
</style>