Shades of Shamrock #3FC7AC
Tints of Shamrock #3FC7AC
RGB
CMYK
RGB Variations
Color information
#3FC7AC (or 0x3FC7AC) is known color: Shamrock. HEX triplet: 3F, C7 and AC. RGB value is (63,199,172). Sum of RGB (Red+Green+Blue) = 63+199+172=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #3FC7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC7AC is #C03853. Grayscale: #9B9B9B. Windows color (decimal): -12597332 or 11323199. OLE color: 11323199.
HSL color Cylindrical-coordinate representation of color #3FC7AC: hue angle of 168.09º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC7AC is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 199 | 172 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.22 |
| HSL | 168.09º | 0.55% | 0.51% | - |
| HSV(B) | 168.09º | 0.68% | 0.78% | - |
| XYZ | 29.92 | 44.88 | 46.12 | - |
| YUV | 155.26 | 137.44 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 199 | 172 | 0.68 | 0 | 0.14 | 0.22 | 168.09 | 0.55 | 0.51 |
| Hex | 3F | C7 | AC | 44 | 0 | E | 16 | A8 | 37 | 33 |
| Octal | 77 | 307 | 254 | 104 | 0 | 16 | 26 | 250 | 67 | 63 |
| Binary | 111111 | 11000111 | 10101100 | 1000100 | 0 | 1110 | 10110 | 10101000 | 110111 | 110011 |
Color Harmonies of #3FC7AC
Complementary color
Monochromatic Colors of #3FC7AC
Black with #3FC7AC
Text Example
Text Example
White with #3FC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC7AC; }
p { color: rgb(63,199,172); }
H1.HeaderClassName
{
color: #3FC7AC;
}
.AnyTagClassName
{
color: #3FC7AC;
}
</style>
background-color css
<style>
a { background-color: #3FC7AC; }
a { background-color: rgb(63,199,172); }
div.DivClassName
{
background-color: #3FC7AC;
}
.BgClassName
{
background-color: #3FC7AC;
}
</style>
border-color css
<style>
span { border-color: #3FC7AC; }
span { border-color: rgb(63,199,172); }
td.TdClassName
{
border-color: #3FC7AC;
}
.TagClassName
{
border-color: #3FC7AC;
}
</style>