Shades of Shamrock #3CF1AB
Tints of Shamrock #3CF1AB
RGB
CMYK
RGB Variations
Color information
#3CF1AB (or 0x3CF1AB) is known color: Shamrock. HEX triplet: 3C, F1 and AB. RGB value is (60,241,171). Sum of RGB (Red+Green+Blue) = 60+241+171=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF1AB is #C30E54. Grayscale: #B3B3B3. Windows color (decimal): -12783189 or 11268412. OLE color: 11268412.
HSL color Cylindrical-coordinate representation of color #3CF1AB: hue angle of 156.8º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF1AB is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 171 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.05 |
| HSL | 156.8º | 0.87% | 0.59% | - |
| HSV(B) | 156.8º | 0.75% | 0.95% | - |
| XYZ | 40.67 | 66.81 | 49.28 | - |
| YUV | 178.9 | 123.53 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 171 | 0.75 | 0 | 0.29 | 0.05 | 156.8 | 0.87 | 0.59 |
| Hex | 3C | F1 | AB | 4B | 0 | 1D | 5 | 9D | 57 | 3B |
| Octal | 74 | 361 | 253 | 113 | 0 | 35 | 5 | 235 | 127 | 73 |
| Binary | 111100 | 11110001 | 10101011 | 1001011 | 0 | 11101 | 101 | 10011101 | 1010111 | 111011 |
Color Harmonies of #3CF1AB
Complementary color
Monochromatic Colors of #3CF1AB
Black with #3CF1AB
Text Example
Text Example
White with #3CF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF1AB; }
p { color: rgb(60,241,171); }
H1.HeaderClassName
{
color: #3CF1AB;
}
.AnyTagClassName
{
color: #3CF1AB;
}
</style>
background-color css
<style>
a { background-color: #3CF1AB; }
a { background-color: rgb(60,241,171); }
div.DivClassName
{
background-color: #3CF1AB;
}
.BgClassName
{
background-color: #3CF1AB;
}
</style>
border-color css
<style>
span { border-color: #3CF1AB; }
span { border-color: rgb(60,241,171); }
td.TdClassName
{
border-color: #3CF1AB;
}
.TagClassName
{
border-color: #3CF1AB;
}
</style>