Shades of Shamrock #3FB99B
Tints of Shamrock #3FB99B
RGB
CMYK
RGB Variations
Color information
#3FB99B (or 0x3FB99B) is known color: Shamrock. HEX triplet: 3F, B9 and 9B. RGB value is (63,185,155). Sum of RGB (Red+Green+Blue) = 63+185+155=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB99B is #C04664. Grayscale: #919191. Windows color (decimal): -12600933 or 10205503. OLE color: 10205503.
HSL color Cylindrical-coordinate representation of color #3FB99B: hue angle of 165.25º degrees, saturation: 0.49, 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 #3FB99B is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 155 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.27 |
| HSL | 165.25º | 0.49% | 0.49% | - |
| HSV(B) | 165.25º | 0.66% | 0.73% | - |
| XYZ | 25.32 | 38.12 | 37.03 | - |
| YUV | 145.1 | 133.58 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 155 | 0.66 | 0 | 0.16 | 0.27 | 165.25 | 0.49 | 0.49 |
| Hex | 3F | B9 | 9B | 42 | 0 | 10 | 1B | A5 | 31 | 31 |
| Octal | 77 | 271 | 233 | 102 | 0 | 20 | 33 | 245 | 61 | 61 |
| Binary | 111111 | 10111001 | 10011011 | 1000010 | 0 | 10000 | 11011 | 10100101 | 110001 | 110001 |
Color Harmonies of #3FB99B
Complementary color
Monochromatic Colors of #3FB99B
Black with #3FB99B
Text Example
Text Example
White with #3FB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB99B; }
p { color: rgb(63,185,155); }
H1.HeaderClassName
{
color: #3FB99B;
}
.AnyTagClassName
{
color: #3FB99B;
}
</style>
background-color css
<style>
a { background-color: #3FB99B; }
a { background-color: rgb(63,185,155); }
div.DivClassName
{
background-color: #3FB99B;
}
.BgClassName
{
background-color: #3FB99B;
}
</style>
border-color css
<style>
span { border-color: #3FB99B; }
span { border-color: rgb(63,185,155); }
td.TdClassName
{
border-color: #3FB99B;
}
.TagClassName
{
border-color: #3FB99B;
}
</style>