Shades of Shamrock #3CBEAD
Tints of Shamrock #3CBEAD
RGB
CMYK
RGB Variations
Color information
#3CBEAD (or 0x3CBEAD) is known color: Shamrock. HEX triplet: 3C, BE and AD. RGB value is (60,190,173). Sum of RGB (Red+Green+Blue) = 60+190+173=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBEAD is #C34152. Grayscale: #959595. Windows color (decimal): -12796243 or 11386428. OLE color: 11386428.
HSL color Cylindrical-coordinate representation of color #3CBEAD: hue angle of 172.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBEAD is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 173 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.25 |
| HSL | 172.15º | 0.52% | 0.49% | - |
| HSV(B) | 172.15º | 0.68% | 0.75% | - |
| XYZ | 27.82 | 40.8 | 45.95 | - |
| YUV | 149.19 | 141.43 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 173 | 0.68 | 0 | 0.09 | 0.25 | 172.15 | 0.52 | 0.49 |
| Hex | 3C | BE | AD | 44 | 0 | 9 | 19 | AC | 34 | 31 |
| Octal | 74 | 276 | 255 | 104 | 0 | 11 | 31 | 254 | 64 | 61 |
| Binary | 111100 | 10111110 | 10101101 | 1000100 | 0 | 1001 | 11001 | 10101100 | 110100 | 110001 |
Color Harmonies of #3CBEAD
Complementary color
Monochromatic Colors of #3CBEAD
Black with #3CBEAD
Text Example
Text Example
White with #3CBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBEAD; }
p { color: rgb(60,190,173); }
H1.HeaderClassName
{
color: #3CBEAD;
}
.AnyTagClassName
{
color: #3CBEAD;
}
</style>
background-color css
<style>
a { background-color: #3CBEAD; }
a { background-color: rgb(60,190,173); }
div.DivClassName
{
background-color: #3CBEAD;
}
.BgClassName
{
background-color: #3CBEAD;
}
</style>
border-color css
<style>
span { border-color: #3CBEAD; }
span { border-color: rgb(60,190,173); }
td.TdClassName
{
border-color: #3CBEAD;
}
.TagClassName
{
border-color: #3CBEAD;
}
</style>