Shades of Shamrock #3FC2AA
Tints of Shamrock #3FC2AA
RGB
CMYK
RGB Variations
Color information
#3FC2AA (or 0x3FC2AA) is known color: Shamrock. HEX triplet: 3F, C2 and AA. RGB value is (63,194,170). Sum of RGB (Red+Green+Blue) = 63+194+170=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC2AA is #C03D55. Grayscale: #989898. Windows color (decimal): -12598614 or 11190847. OLE color: 11190847.
HSL color Cylindrical-coordinate representation of color #3FC2AA: hue angle of 169.01º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC2AA is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 194 | 170 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.24 |
| HSL | 169.01º | 0.52% | 0.5% | - |
| HSV(B) | 169.01º | 0.68% | 0.76% | - |
| XYZ | 28.6 | 42.54 | 44.73 | - |
| YUV | 152.1 | 138.1 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 194 | 170 | 0.68 | 0 | 0.12 | 0.24 | 169.01 | 0.52 | 0.5 |
| Hex | 3F | C2 | AA | 44 | 0 | C | 18 | A9 | 34 | 32 |
| Octal | 77 | 302 | 252 | 104 | 0 | 14 | 30 | 251 | 64 | 62 |
| Binary | 111111 | 11000010 | 10101010 | 1000100 | 0 | 1100 | 11000 | 10101001 | 110100 | 110010 |
Color Harmonies of #3FC2AA
Complementary color
Monochromatic Colors of #3FC2AA
Black with #3FC2AA
Text Example
Text Example
White with #3FC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC2AA; }
p { color: rgb(63,194,170); }
H1.HeaderClassName
{
color: #3FC2AA;
}
.AnyTagClassName
{
color: #3FC2AA;
}
</style>
background-color css
<style>
a { background-color: #3FC2AA; }
a { background-color: rgb(63,194,170); }
div.DivClassName
{
background-color: #3FC2AA;
}
.BgClassName
{
background-color: #3FC2AA;
}
</style>
border-color css
<style>
span { border-color: #3FC2AA; }
span { border-color: rgb(63,194,170); }
td.TdClassName
{
border-color: #3FC2AA;
}
.TagClassName
{
border-color: #3FC2AA;
}
</style>