Shades of Shamrock #3FBBA0
Tints of Shamrock #3FBBA0
RGB
CMYK
RGB Variations
Color information
#3FBBA0 (or 0x3FBBA0) is known color: Shamrock. HEX triplet: 3F, BB and A0. RGB value is (63,187,160). Sum of RGB (Red+Green+Blue) = 63+187+160=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #3FBBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBBA0 is #C0445F. Grayscale: #929292. Windows color (decimal): -12600416 or 10533695. OLE color: 10533695.
HSL color Cylindrical-coordinate representation of color #3FBBA0: hue angle of 166.94º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBBA0 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 187 | 160 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.27 |
| HSL | 166.94º | 0.5% | 0.49% | - |
| HSV(B) | 166.94º | 0.66% | 0.73% | - |
| XYZ | 26.17 | 39.14 | 39.43 | - |
| YUV | 146.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 160 | 0.66 | 0 | 0.14 | 0.27 | 166.94 | 0.5 | 0.49 |
| Hex | 3F | BB | A0 | 42 | 0 | E | 1B | A7 | 32 | 31 |
| Octal | 77 | 273 | 240 | 102 | 0 | 16 | 33 | 247 | 62 | 61 |
| Binary | 111111 | 10111011 | 10100000 | 1000010 | 0 | 1110 | 11011 | 10100111 | 110010 | 110001 |
Color Harmonies of #3FBBA0
Complementary color
Monochromatic Colors of #3FBBA0
Black with #3FBBA0
Text Example
Text Example
White with #3FBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBBA0; }
p { color: rgb(63,187,160); }
H1.HeaderClassName
{
color: #3FBBA0;
}
.AnyTagClassName
{
color: #3FBBA0;
}
</style>
background-color css
<style>
a { background-color: #3FBBA0; }
a { background-color: rgb(63,187,160); }
div.DivClassName
{
background-color: #3FBBA0;
}
.BgClassName
{
background-color: #3FBBA0;
}
</style>
border-color css
<style>
span { border-color: #3FBBA0; }
span { border-color: rgb(63,187,160); }
td.TdClassName
{
border-color: #3FBBA0;
}
.TagClassName
{
border-color: #3FBBA0;
}
</style>