Shades of Shamrock #3FC088
Tints of Shamrock #3FC088
RGB
CMYK
RGB Variations
Color information
#3FC088 (or 0x3FC088) is known color: Shamrock. HEX triplet: 3F, C0 and 88. RGB value is (63,192,136). Sum of RGB (Red+Green+Blue) = 63+192+136=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC088 is #C03F77. Grayscale: #939393. Windows color (decimal): -12599160 or 8962111. OLE color: 8962111.
HSL color Cylindrical-coordinate representation of color #3FC088: hue angle of 153.95º 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 #3FC088 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 136 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.25 |
| HSL | 153.95º | 0.51% | 0.5% | - |
| HSV(B) | 153.95º | 0.67% | 0.75% | - |
| XYZ | 25.34 | 40.53 | 29.78 | - |
| YUV | 147.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 136 | 0.67 | 0 | 0.29 | 0.25 | 153.95 | 0.51 | 0.5 |
| Hex | 3F | C0 | 88 | 43 | 0 | 1D | 19 | 9A | 33 | 32 |
| Octal | 77 | 300 | 210 | 103 | 0 | 35 | 31 | 232 | 63 | 62 |
| Binary | 111111 | 11000000 | 10001000 | 1000011 | 0 | 11101 | 11001 | 10011010 | 110011 | 110010 |
Color Harmonies of #3FC088
Complementary color
Monochromatic Colors of #3FC088
Black with #3FC088
Text Example
Text Example
White with #3FC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC088; }
p { color: rgb(63,192,136); }
H1.HeaderClassName
{
color: #3FC088;
}
.AnyTagClassName
{
color: #3FC088;
}
</style>
background-color css
<style>
a { background-color: #3FC088; }
a { background-color: rgb(63,192,136); }
div.DivClassName
{
background-color: #3FC088;
}
.BgClassName
{
background-color: #3FC088;
}
</style>
border-color css
<style>
span { border-color: #3FC088; }
span { border-color: rgb(63,192,136); }
td.TdClassName
{
border-color: #3FC088;
}
.TagClassName
{
border-color: #3FC088;
}
</style>