Shades of Shamrock #3CEAAA
Tints of Shamrock #3CEAAA
RGB
CMYK
RGB Variations
Color information
#3CEAAA (or 0x3CEAAA) is known color: Shamrock. HEX triplet: 3C, EA and AA. RGB value is (60,234,170). Sum of RGB (Red+Green+Blue) = 60+234+170=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEAAA is #C31555. Grayscale: #AEAEAE. Windows color (decimal): -12784982 or 11201084. OLE color: 11201084.
HSL color Cylindrical-coordinate representation of color #3CEAAA: hue angle of 157.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEAAA is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 170 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.08 |
| HSL | 157.93º | 0.81% | 0.58% | - |
| HSV(B) | 157.93º | 0.74% | 0.92% | - |
| XYZ | 38.54 | 62.71 | 48.1 | - |
| YUV | 174.68 | 125.35 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 170 | 0.74 | 0 | 0.27 | 0.08 | 157.93 | 0.81 | 0.58 |
| Hex | 3C | EA | AA | 4A | 0 | 1B | 8 | 9E | 51 | 3A |
| Octal | 74 | 352 | 252 | 112 | 0 | 33 | 10 | 236 | 121 | 72 |
| Binary | 111100 | 11101010 | 10101010 | 1001010 | 0 | 11011 | 1000 | 10011110 | 1010001 | 111010 |
Color Harmonies of #3CEAAA
Complementary color
Monochromatic Colors of #3CEAAA
Black with #3CEAAA
Text Example
Text Example
White with #3CEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEAAA; }
p { color: rgb(60,234,170); }
H1.HeaderClassName
{
color: #3CEAAA;
}
.AnyTagClassName
{
color: #3CEAAA;
}
</style>
background-color css
<style>
a { background-color: #3CEAAA; }
a { background-color: rgb(60,234,170); }
div.DivClassName
{
background-color: #3CEAAA;
}
.BgClassName
{
background-color: #3CEAAA;
}
</style>
border-color css
<style>
span { border-color: #3CEAAA; }
span { border-color: rgb(60,234,170); }
td.TdClassName
{
border-color: #3CEAAA;
}
.TagClassName
{
border-color: #3CEAAA;
}
</style>