Shades of Shamrock #3FB69B
Tints of Shamrock #3FB69B
RGB
CMYK
RGB Variations
Color information
#3FB69B (or 0x3FB69B) is known color: Shamrock. HEX triplet: 3F, B6 and 9B. RGB value is (63,182,155). Sum of RGB (Red+Green+Blue) = 63+182+155=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB69B is #C04964. Grayscale: #8F8F8F. Windows color (decimal): -12601701 or 10204735. OLE color: 10204735.
HSL color Cylindrical-coordinate representation of color #3FB69B: hue angle of 166.39º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB69B is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 182 | 155 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.29 |
| HSL | 166.39º | 0.49% | 0.48% | - |
| HSV(B) | 166.39º | 0.65% | 0.71% | - |
| XYZ | 24.69 | 36.88 | 36.83 | - |
| YUV | 143.34 | 134.58 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 182 | 155 | 0.65 | 0 | 0.15 | 0.29 | 166.39 | 0.49 | 0.48 |
| Hex | 3F | B6 | 9B | 41 | 0 | F | 1D | A6 | 31 | 30 |
| Octal | 77 | 266 | 233 | 101 | 0 | 17 | 35 | 246 | 61 | 60 |
| Binary | 111111 | 10110110 | 10011011 | 1000001 | 0 | 1111 | 11101 | 10100110 | 110001 | 110000 |
Color Harmonies of #3FB69B
Complementary color
Monochromatic Colors of #3FB69B
Black with #3FB69B
Text Example
Text Example
White with #3FB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB69B; }
p { color: rgb(63,182,155); }
H1.HeaderClassName
{
color: #3FB69B;
}
.AnyTagClassName
{
color: #3FB69B;
}
</style>
background-color css
<style>
a { background-color: #3FB69B; }
a { background-color: rgb(63,182,155); }
div.DivClassName
{
background-color: #3FB69B;
}
.BgClassName
{
background-color: #3FB69B;
}
</style>
border-color css
<style>
span { border-color: #3FB69B; }
span { border-color: rgb(63,182,155); }
td.TdClassName
{
border-color: #3FB69B;
}
.TagClassName
{
border-color: #3FB69B;
}
</style>