Shades of Shamrock #3FBB99
Tints of Shamrock #3FBB99
RGB
CMYK
RGB Variations
Color information
#3FBB99 (or 0x3FBB99) is known color: Shamrock. HEX triplet: 3F, BB and 99. RGB value is (63,187,153). Sum of RGB (Red+Green+Blue) = 63+187+153=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #3FBB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBB99 is #C04466. Grayscale: #929292. Windows color (decimal): -12600423 or 10074943. OLE color: 10074943.
HSL color Cylindrical-coordinate representation of color #3FBB99: hue angle of 163.55º 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 #3FBB99 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 187 | 153 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.27 |
| HSL | 163.55º | 0.5% | 0.49% | - |
| HSV(B) | 163.55º | 0.66% | 0.73% | - |
| XYZ | 25.57 | 38.9 | 36.3 | - |
| YUV | 146.05 | 131.92 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 153 | 0.66 | 0 | 0.18 | 0.27 | 163.55 | 0.5 | 0.49 |
| Hex | 3F | BB | 99 | 42 | 0 | 12 | 1B | A4 | 32 | 31 |
| Octal | 77 | 273 | 231 | 102 | 0 | 22 | 33 | 244 | 62 | 61 |
| Binary | 111111 | 10111011 | 10011001 | 1000010 | 0 | 10010 | 11011 | 10100100 | 110010 | 110001 |
Color Harmonies of #3FBB99
Complementary color
Monochromatic Colors of #3FBB99
Black with #3FBB99
Text Example
Text Example
White with #3FBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBB99; }
p { color: rgb(63,187,153); }
H1.HeaderClassName
{
color: #3FBB99;
}
.AnyTagClassName
{
color: #3FBB99;
}
</style>
background-color css
<style>
a { background-color: #3FBB99; }
a { background-color: rgb(63,187,153); }
div.DivClassName
{
background-color: #3FBB99;
}
.BgClassName
{
background-color: #3FBB99;
}
</style>
border-color css
<style>
span { border-color: #3FBB99; }
span { border-color: rgb(63,187,153); }
td.TdClassName
{
border-color: #3FBB99;
}
.TagClassName
{
border-color: #3FBB99;
}
</style>