Shades of Shamrock #3FC0AA
Tints of Shamrock #3FC0AA
RGB
CMYK
RGB Variations
Color information
#3FC0AA (or 0x3FC0AA) is known color: Shamrock. HEX triplet: 3F, C0 and AA. RGB value is (63,192,170). Sum of RGB (Red+Green+Blue) = 63+192+170=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC0AA is #C03F55. Grayscale: #969696. Windows color (decimal): -12599126 or 11190335. OLE color: 11190335.
HSL color Cylindrical-coordinate representation of color #3FC0AA: hue angle of 169.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC0AA is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 170 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.25 |
| HSL | 169.77º | 0.51% | 0.5% | - |
| HSV(B) | 169.77º | 0.67% | 0.75% | - |
| XYZ | 28.16 | 41.66 | 44.59 | - |
| YUV | 150.92 | 138.76 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 170 | 0.67 | 0 | 0.11 | 0.25 | 169.77 | 0.51 | 0.5 |
| Hex | 3F | C0 | AA | 43 | 0 | B | 19 | AA | 33 | 32 |
| Octal | 77 | 300 | 252 | 103 | 0 | 13 | 31 | 252 | 63 | 62 |
| Binary | 111111 | 11000000 | 10101010 | 1000011 | 0 | 1011 | 11001 | 10101010 | 110011 | 110010 |
Color Harmonies of #3FC0AA
Complementary color
Monochromatic Colors of #3FC0AA
Black with #3FC0AA
Text Example
Text Example
White with #3FC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC0AA; }
p { color: rgb(63,192,170); }
H1.HeaderClassName
{
color: #3FC0AA;
}
.AnyTagClassName
{
color: #3FC0AA;
}
</style>
background-color css
<style>
a { background-color: #3FC0AA; }
a { background-color: rgb(63,192,170); }
div.DivClassName
{
background-color: #3FC0AA;
}
.BgClassName
{
background-color: #3FC0AA;
}
</style>
border-color css
<style>
span { border-color: #3FC0AA; }
span { border-color: rgb(63,192,170); }
td.TdClassName
{
border-color: #3FC0AA;
}
.TagClassName
{
border-color: #3FC0AA;
}
</style>