Shades of Shamrock #3FBD8C
Tints of Shamrock #3FBD8C
RGB
CMYK
RGB Variations
Color information
#3FBD8C (or 0x3FBD8C) is known color: Shamrock. HEX triplet: 3F, BD and 8C. RGB value is (63,189,140). Sum of RGB (Red+Green+Blue) = 63+189+140=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBD8C is #C04273. Grayscale: #919191. Windows color (decimal): -12599924 or 9223487. OLE color: 9223487.
HSL color Cylindrical-coordinate representation of color #3FBD8C: hue angle of 156.67º 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 #3FBD8C is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 140 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.26 |
| HSL | 156.67º | 0.5% | 0.49% | - |
| HSV(B) | 156.67º | 0.67% | 0.74% | - |
| XYZ | 24.98 | 39.35 | 31.09 | - |
| YUV | 145.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 140 | 0.67 | 0 | 0.26 | 0.26 | 156.67 | 0.5 | 0.49 |
| Hex | 3F | BD | 8C | 43 | 0 | 1A | 1A | 9D | 32 | 31 |
| Octal | 77 | 275 | 214 | 103 | 0 | 32 | 32 | 235 | 62 | 61 |
| Binary | 111111 | 10111101 | 10001100 | 1000011 | 0 | 11010 | 11010 | 10011101 | 110010 | 110001 |
Color Harmonies of #3FBD8C
Complementary color
Monochromatic Colors of #3FBD8C
Black with #3FBD8C
Text Example
Text Example
White with #3FBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBD8C; }
p { color: rgb(63,189,140); }
H1.HeaderClassName
{
color: #3FBD8C;
}
.AnyTagClassName
{
color: #3FBD8C;
}
</style>
background-color css
<style>
a { background-color: #3FBD8C; }
a { background-color: rgb(63,189,140); }
div.DivClassName
{
background-color: #3FBD8C;
}
.BgClassName
{
background-color: #3FBD8C;
}
</style>
border-color css
<style>
span { border-color: #3FBD8C; }
span { border-color: rgb(63,189,140); }
td.TdClassName
{
border-color: #3FBD8C;
}
.TagClassName
{
border-color: #3FBD8C;
}
</style>