Shades of Shamrock #3CCEAB
Tints of Shamrock #3CCEAB
RGB
CMYK
RGB Variations
Color information
#3CCEAB (or 0x3CCEAB) is known color: Shamrock. HEX triplet: 3C, CE and AB. RGB value is (60,206,171). Sum of RGB (Red+Green+Blue) = 60+206+171=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCEAB is #C33154. Grayscale: #9E9E9E. Windows color (decimal): -12792149 or 11259452. OLE color: 11259452.
HSL color Cylindrical-coordinate representation of color #3CCEAB: hue angle of 165.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCEAB is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 206 | 171 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.19 |
| HSL | 165.62º | 0.6% | 0.52% | - |
| HSV(B) | 165.62º | 0.71% | 0.81% | - |
| XYZ | 31.29 | 48.04 | 46.15 | - |
| YUV | 158.36 | 135.13 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 171 | 0.71 | 0 | 0.17 | 0.19 | 165.62 | 0.6 | 0.52 |
| Hex | 3C | CE | AB | 47 | 0 | 11 | 13 | A6 | 3C | 34 |
| Octal | 74 | 316 | 253 | 107 | 0 | 21 | 23 | 246 | 74 | 64 |
| Binary | 111100 | 11001110 | 10101011 | 1000111 | 0 | 10001 | 10011 | 10100110 | 111100 | 110100 |
Color Harmonies of #3CCEAB
Complementary color
Monochromatic Colors of #3CCEAB
Black with #3CCEAB
Text Example
Text Example
White with #3CCEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCEAB; }
p { color: rgb(60,206,171); }
H1.HeaderClassName
{
color: #3CCEAB;
}
.AnyTagClassName
{
color: #3CCEAB;
}
</style>
background-color css
<style>
a { background-color: #3CCEAB; }
a { background-color: rgb(60,206,171); }
div.DivClassName
{
background-color: #3CCEAB;
}
.BgClassName
{
background-color: #3CCEAB;
}
</style>
border-color css
<style>
span { border-color: #3CCEAB; }
span { border-color: rgb(60,206,171); }
td.TdClassName
{
border-color: #3CCEAB;
}
.TagClassName
{
border-color: #3CCEAB;
}
</style>