Shades of Shamrock #3CDFAE
Tints of Shamrock #3CDFAE
RGB
CMYK
RGB Variations
Color information
#3CDFAE (or 0x3CDFAE) is known color: Shamrock. HEX triplet: 3C, DF and AE. RGB value is (60,223,174). Sum of RGB (Red+Green+Blue) = 60+223+174=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDFAE is #C32051. Grayscale: #A8A8A8. Windows color (decimal): -12787794 or 11460412. OLE color: 11460412.
HSL color Cylindrical-coordinate representation of color #3CDFAE: hue angle of 161.96º 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 #3CDFAE is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 174 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.13 |
| HSL | 161.96º | 0.72% | 0.55% | - |
| HSV(B) | 161.96º | 0.73% | 0.87% | - |
| XYZ | 35.89 | 56.79 | 49.11 | - |
| YUV | 168.68 | 131 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 174 | 0.73 | 0 | 0.22 | 0.13 | 161.96 | 0.72 | 0.55 |
| Hex | 3C | DF | AE | 49 | 0 | 16 | D | A2 | 48 | 37 |
| Octal | 74 | 337 | 256 | 111 | 0 | 26 | 15 | 242 | 110 | 67 |
| Binary | 111100 | 11011111 | 10101110 | 1001001 | 0 | 10110 | 1101 | 10100010 | 1001000 | 110111 |
Color Harmonies of #3CDFAE
Complementary color
Monochromatic Colors of #3CDFAE
Black with #3CDFAE
Text Example
Text Example
White with #3CDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFAE; }
p { color: rgb(60,223,174); }
H1.HeaderClassName
{
color: #3CDFAE;
}
.AnyTagClassName
{
color: #3CDFAE;
}
</style>
background-color css
<style>
a { background-color: #3CDFAE; }
a { background-color: rgb(60,223,174); }
div.DivClassName
{
background-color: #3CDFAE;
}
.BgClassName
{
background-color: #3CDFAE;
}
</style>
border-color css
<style>
span { border-color: #3CDFAE; }
span { border-color: rgb(60,223,174); }
td.TdClassName
{
border-color: #3CDFAE;
}
.TagClassName
{
border-color: #3CDFAE;
}
</style>