Shades of Shamrock #3CDAB2
Tints of Shamrock #3CDAB2
RGB
CMYK
RGB Variations
Color information
#3CDAB2 (or 0x3CDAB2) is known color: Shamrock. HEX triplet: 3C, DA and B2. RGB value is (60,218,178). Sum of RGB (Red+Green+Blue) = 60+218+178=456 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.16% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDAB2 is #C3254D. Grayscale: #A6A6A6. Windows color (decimal): -12789070 or 11721276. OLE color: 11721276.
HSL color Cylindrical-coordinate representation of color #3CDAB2: hue angle of 164.81º 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 #3CDAB2 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 178 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.15 |
| HSL | 164.81º | 0.68% | 0.55% | - |
| HSV(B) | 164.81º | 0.72% | 0.85% | - |
| XYZ | 34.97 | 54.32 | 50.76 | - |
| YUV | 166.2 | 134.65 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 178 | 0.72 | 0 | 0.18 | 0.15 | 164.81 | 0.68 | 0.55 |
| Hex | 3C | DA | B2 | 48 | 0 | 12 | F | A5 | 44 | 37 |
| Octal | 74 | 332 | 262 | 110 | 0 | 22 | 17 | 245 | 104 | 67 |
| Binary | 111100 | 11011010 | 10110010 | 1001000 | 0 | 10010 | 1111 | 10100101 | 1000100 | 110111 |
Color Harmonies of #3CDAB2
Complementary color
Monochromatic Colors of #3CDAB2
Black with #3CDAB2
Text Example
Text Example
White with #3CDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDAB2; }
p { color: rgb(60,218,178); }
H1.HeaderClassName
{
color: #3CDAB2;
}
.AnyTagClassName
{
color: #3CDAB2;
}
</style>
background-color css
<style>
a { background-color: #3CDAB2; }
a { background-color: rgb(60,218,178); }
div.DivClassName
{
background-color: #3CDAB2;
}
.BgClassName
{
background-color: #3CDAB2;
}
</style>
border-color css
<style>
span { border-color: #3CDAB2; }
span { border-color: rgb(60,218,178); }
td.TdClassName
{
border-color: #3CDAB2;
}
.TagClassName
{
border-color: #3CDAB2;
}
</style>