Shades of Shamrock #3FBBA1
Tints of Shamrock #3FBBA1
RGB
CMYK
RGB Variations
Color information
#3FBBA1 (or 0x3FBBA1) is known color: Shamrock. HEX triplet: 3F, BB and A1. RGB value is (63,187,161). Sum of RGB (Red+Green+Blue) = 63+187+161=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #3FBBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBBA1 is #C0445E. Grayscale: #929292. Windows color (decimal): -12600415 or 10599231. OLE color: 10599231.
HSL color Cylindrical-coordinate representation of color #3FBBA1: hue angle of 167.42º 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 #3FBBA1 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 187 | 161 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.27 |
| HSL | 167.42º | 0.5% | 0.49% | - |
| HSV(B) | 167.42º | 0.66% | 0.73% | - |
| XYZ | 26.25 | 39.17 | 39.9 | - |
| YUV | 146.96 | 135.92 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 161 | 0.66 | 0 | 0.14 | 0.27 | 167.42 | 0.5 | 0.49 |
| Hex | 3F | BB | A1 | 42 | 0 | E | 1B | A7 | 32 | 31 |
| Octal | 77 | 273 | 241 | 102 | 0 | 16 | 33 | 247 | 62 | 61 |
| Binary | 111111 | 10111011 | 10100001 | 1000010 | 0 | 1110 | 11011 | 10100111 | 110010 | 110001 |
Color Harmonies of #3FBBA1
Complementary color
Monochromatic Colors of #3FBBA1
Black with #3FBBA1
Text Example
Text Example
White with #3FBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBBA1; }
p { color: rgb(63,187,161); }
H1.HeaderClassName
{
color: #3FBBA1;
}
.AnyTagClassName
{
color: #3FBBA1;
}
</style>
background-color css
<style>
a { background-color: #3FBBA1; }
a { background-color: rgb(63,187,161); }
div.DivClassName
{
background-color: #3FBBA1;
}
.BgClassName
{
background-color: #3FBBA1;
}
</style>
border-color css
<style>
span { border-color: #3FBBA1; }
span { border-color: rgb(63,187,161); }
td.TdClassName
{
border-color: #3FBBA1;
}
.TagClassName
{
border-color: #3FBBA1;
}
</style>