Shades of Shamrock #3CDFB0
Tints of Shamrock #3CDFB0
RGB
CMYK
RGB Variations
Color information
#3CDFB0 (or 0x3CDFB0) is known color: Shamrock. HEX triplet: 3C, DF and B0. RGB value is (60,223,176). Sum of RGB (Red+Green+Blue) = 60+223+176=459 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.07% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDFB0 is #C3204F. Grayscale: #A8A8A8. Windows color (decimal): -12787792 or 11591484. OLE color: 11591484.
HSL color Cylindrical-coordinate representation of color #3CDFB0: hue angle of 162.7º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDFB0 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 176 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.13 |
| HSL | 162.7º | 0.72% | 0.55% | - |
| HSV(B) | 162.7º | 0.73% | 0.87% | - |
| XYZ | 36.09 | 56.87 | 50.15 | - |
| YUV | 168.91 | 132 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 176 | 0.73 | 0 | 0.21 | 0.13 | 162.7 | 0.72 | 0.55 |
| Hex | 3C | DF | B0 | 49 | 0 | 15 | D | A3 | 48 | 37 |
| Octal | 74 | 337 | 260 | 111 | 0 | 25 | 15 | 243 | 110 | 67 |
| Binary | 111100 | 11011111 | 10110000 | 1001001 | 0 | 10101 | 1101 | 10100011 | 1001000 | 110111 |
Color Harmonies of #3CDFB0
Complementary color
Monochromatic Colors of #3CDFB0
Black with #3CDFB0
Text Example
Text Example
White with #3CDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFB0; }
p { color: rgb(60,223,176); }
H1.HeaderClassName
{
color: #3CDFB0;
}
.AnyTagClassName
{
color: #3CDFB0;
}
</style>
background-color css
<style>
a { background-color: #3CDFB0; }
a { background-color: rgb(60,223,176); }
div.DivClassName
{
background-color: #3CDFB0;
}
.BgClassName
{
background-color: #3CDFB0;
}
</style>
border-color css
<style>
span { border-color: #3CDFB0; }
span { border-color: rgb(60,223,176); }
td.TdClassName
{
border-color: #3CDFB0;
}
.TagClassName
{
border-color: #3CDFB0;
}
</style>