Shades of Shamrock #3FCB8C
Tints of Shamrock #3FCB8C
RGB
CMYK
RGB Variations
Color information
#3FCB8C (or 0x3FCB8C) is known color: Shamrock. HEX triplet: 3F, CB and 8C. RGB value is (63,203,140). Sum of RGB (Red+Green+Blue) = 63+203+140=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCB8C is #C03473. Grayscale: #9A9A9A. Windows color (decimal): -12596340 or 9227071. OLE color: 9227071.
HSL color Cylindrical-coordinate representation of color #3FCB8C: hue angle of 153º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCB8C is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 140 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.20 |
| HSL | 153º | 0.57% | 0.52% | - |
| HSV(B) | 153º | 0.69% | 0.8% | - |
| XYZ | 28.14 | 45.66 | 32.14 | - |
| YUV | 153.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 140 | 0.69 | 0 | 0.31 | 0.20 | 153 | 0.57 | 0.52 |
| Hex | 3F | CB | 8C | 45 | 0 | 1F | 14 | 99 | 39 | 34 |
| Octal | 77 | 313 | 214 | 105 | 0 | 37 | 24 | 231 | 71 | 64 |
| Binary | 111111 | 11001011 | 10001100 | 1000101 | 0 | 11111 | 10100 | 10011001 | 111001 | 110100 |
Color Harmonies of #3FCB8C
Complementary color
Monochromatic Colors of #3FCB8C
Black with #3FCB8C
Text Example
Text Example
White with #3FCB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCB8C; }
p { color: rgb(63,203,140); }
H1.HeaderClassName
{
color: #3FCB8C;
}
.AnyTagClassName
{
color: #3FCB8C;
}
</style>
background-color css
<style>
a { background-color: #3FCB8C; }
a { background-color: rgb(63,203,140); }
div.DivClassName
{
background-color: #3FCB8C;
}
.BgClassName
{
background-color: #3FCB8C;
}
</style>
border-color css
<style>
span { border-color: #3FCB8C; }
span { border-color: rgb(63,203,140); }
td.TdClassName
{
border-color: #3FCB8C;
}
.TagClassName
{
border-color: #3FCB8C;
}
</style>