Shades of Shamrock #3FBD9D
Tints of Shamrock #3FBD9D
RGB
CMYK
RGB Variations
Color information
#3FBD9D (or 0x3FBD9D) is known color: Shamrock. HEX triplet: 3F, BD and 9D. RGB value is (63,189,157). Sum of RGB (Red+Green+Blue) = 63+189+157=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBD9D is #C04262. Grayscale: #939393. Windows color (decimal): -12599907 or 10337599. OLE color: 10337599.
HSL color Cylindrical-coordinate representation of color #3FBD9D: hue angle of 164.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBD9D is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 157 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.26 |
| HSL | 164.76º | 0.5% | 0.49% | - |
| HSV(B) | 164.76º | 0.67% | 0.74% | - |
| XYZ | 26.33 | 39.89 | 38.21 | - |
| YUV | 147.68 | 133.26 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 157 | 0.67 | 0 | 0.17 | 0.26 | 164.76 | 0.5 | 0.49 |
| Hex | 3F | BD | 9D | 43 | 0 | 11 | 1A | A5 | 32 | 31 |
| Octal | 77 | 275 | 235 | 103 | 0 | 21 | 32 | 245 | 62 | 61 |
| Binary | 111111 | 10111101 | 10011101 | 1000011 | 0 | 10001 | 11010 | 10100101 | 110010 | 110001 |
Color Harmonies of #3FBD9D
Complementary color
Monochromatic Colors of #3FBD9D
Black with #3FBD9D
Text Example
Text Example
White with #3FBD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBD9D; }
p { color: rgb(63,189,157); }
H1.HeaderClassName
{
color: #3FBD9D;
}
.AnyTagClassName
{
color: #3FBD9D;
}
</style>
background-color css
<style>
a { background-color: #3FBD9D; }
a { background-color: rgb(63,189,157); }
div.DivClassName
{
background-color: #3FBD9D;
}
.BgClassName
{
background-color: #3FBD9D;
}
</style>
border-color css
<style>
span { border-color: #3FBD9D; }
span { border-color: rgb(63,189,157); }
td.TdClassName
{
border-color: #3FBD9D;
}
.TagClassName
{
border-color: #3FBD9D;
}
</style>