Shades of Shamrock #3FBB92
Tints of Shamrock #3FBB92
RGB
CMYK
RGB Variations
Color information
#3FBB92 (or 0x3FBB92) is known color: Shamrock. HEX triplet: 3F, BB and 92. RGB value is (63,187,146). Sum of RGB (Red+Green+Blue) = 63+187+146=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #3FBB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBB92 is #C0446D. Grayscale: #919191. Windows color (decimal): -12600430 or 9616191. OLE color: 9616191.
HSL color Cylindrical-coordinate representation of color #3FBB92: hue angle of 160.16º 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 #3FBB92 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 187 | 146 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.27 |
| HSL | 160.16º | 0.5% | 0.49% | - |
| HSV(B) | 160.16º | 0.66% | 0.73% | - |
| XYZ | 25.01 | 38.67 | 33.34 | - |
| YUV | 145.25 | 128.42 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 146 | 0.66 | 0 | 0.22 | 0.27 | 160.16 | 0.5 | 0.49 |
| Hex | 3F | BB | 92 | 42 | 0 | 16 | 1B | A0 | 32 | 31 |
| Octal | 77 | 273 | 222 | 102 | 0 | 26 | 33 | 240 | 62 | 61 |
| Binary | 111111 | 10111011 | 10010010 | 1000010 | 0 | 10110 | 11011 | 10100000 | 110010 | 110001 |
Color Harmonies of #3FBB92
Complementary color
Monochromatic Colors of #3FBB92
Black with #3FBB92
Text Example
Text Example
White with #3FBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBB92; }
p { color: rgb(63,187,146); }
H1.HeaderClassName
{
color: #3FBB92;
}
.AnyTagClassName
{
color: #3FBB92;
}
</style>
background-color css
<style>
a { background-color: #3FBB92; }
a { background-color: rgb(63,187,146); }
div.DivClassName
{
background-color: #3FBB92;
}
.BgClassName
{
background-color: #3FBB92;
}
</style>
border-color css
<style>
span { border-color: #3FBB92; }
span { border-color: rgb(63,187,146); }
td.TdClassName
{
border-color: #3FBB92;
}
.TagClassName
{
border-color: #3FBB92;
}
</style>