Shades of Shamrock #3CEEAB
Tints of Shamrock #3CEEAB
RGB
CMYK
RGB Variations
Color information
#3CEEAB (or 0x3CEEAB) is known color: Shamrock. HEX triplet: 3C, EE and AB. RGB value is (60,238,171). Sum of RGB (Red+Green+Blue) = 60+238+171=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEEAB is #C31154. Grayscale: #B1B1B1. Windows color (decimal): -12783957 or 11267644. OLE color: 11267644.
HSL color Cylindrical-coordinate representation of color #3CEEAB: hue angle of 157.42º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEEAB is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 171 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.07 |
| HSL | 157.42º | 0.84% | 0.58% | - |
| HSV(B) | 157.42º | 0.75% | 0.93% | - |
| XYZ | 39.79 | 65.05 | 48.99 | - |
| YUV | 177.14 | 124.53 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 171 | 0.75 | 0 | 0.28 | 0.07 | 157.42 | 0.84 | 0.58 |
| Hex | 3C | EE | AB | 4B | 0 | 1C | 7 | 9D | 54 | 3A |
| Octal | 74 | 356 | 253 | 113 | 0 | 34 | 7 | 235 | 124 | 72 |
| Binary | 111100 | 11101110 | 10101011 | 1001011 | 0 | 11100 | 111 | 10011101 | 1010100 | 111010 |
Color Harmonies of #3CEEAB
Complementary color
Monochromatic Colors of #3CEEAB
Black with #3CEEAB
Text Example
Text Example
White with #3CEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEEAB; }
p { color: rgb(60,238,171); }
H1.HeaderClassName
{
color: #3CEEAB;
}
.AnyTagClassName
{
color: #3CEEAB;
}
</style>
background-color css
<style>
a { background-color: #3CEEAB; }
a { background-color: rgb(60,238,171); }
div.DivClassName
{
background-color: #3CEEAB;
}
.BgClassName
{
background-color: #3CEEAB;
}
</style>
border-color css
<style>
span { border-color: #3CEEAB; }
span { border-color: rgb(60,238,171); }
td.TdClassName
{
border-color: #3CEEAB;
}
.TagClassName
{
border-color: #3CEEAB;
}
</style>