Shades of Shamrock #3CE8AB
Tints of Shamrock #3CE8AB
RGB
CMYK
RGB Variations
Color information
#3CE8AB (or 0x3CE8AB) is known color: Shamrock. HEX triplet: 3C, E8 and AB. RGB value is (60,232,171). Sum of RGB (Red+Green+Blue) = 60+232+171=463 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.96% from 463); Green value is 232 (91.02% from 255 or 50.11% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE8AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CE8AB is #C31754. Grayscale: #ADADAD. Windows color (decimal): -12785493 or 11266108. OLE color: 11266108.
HSL color Cylindrical-coordinate representation of color #3CE8AB: hue angle of 158.72º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE8AB is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 171 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.09 |
| HSL | 158.72º | 0.79% | 0.57% | - |
| HSV(B) | 158.72º | 0.74% | 0.91% | - |
| XYZ | 38.07 | 61.61 | 48.41 | - |
| YUV | 173.62 | 126.52 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 171 | 0.74 | 0 | 0.26 | 0.09 | 158.72 | 0.79 | 0.57 |
| Hex | 3C | E8 | AB | 4A | 0 | 1A | 9 | 9F | 4F | 39 |
| Octal | 74 | 350 | 253 | 112 | 0 | 32 | 11 | 237 | 117 | 71 |
| Binary | 111100 | 11101000 | 10101011 | 1001010 | 0 | 11010 | 1001 | 10011111 | 1001111 | 111001 |
Color Harmonies of #3CE8AB
Complementary color
Monochromatic Colors of #3CE8AB
Black with #3CE8AB
Text Example
Text Example
White with #3CE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE8AB; }
p { color: rgb(60,232,171); }
H1.HeaderClassName
{
color: #3CE8AB;
}
.AnyTagClassName
{
color: #3CE8AB;
}
</style>
background-color css
<style>
a { background-color: #3CE8AB; }
a { background-color: rgb(60,232,171); }
div.DivClassName
{
background-color: #3CE8AB;
}
.BgClassName
{
background-color: #3CE8AB;
}
</style>
border-color css
<style>
span { border-color: #3CE8AB; }
span { border-color: rgb(60,232,171); }
td.TdClassName
{
border-color: #3CE8AB;
}
.TagClassName
{
border-color: #3CE8AB;
}
</style>