Shades of Shamrock #3BCFB2
Tints of Shamrock #3BCFB2
RGB
CMYK
RGB Variations
Color information
#3BCFB2 (or 0x3BCFB2) is known color: Shamrock. HEX triplet: 3B, CF and B2. RGB value is (59,207,178). Sum of RGB (Red+Green+Blue) = 59+207+178=444 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.29% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCFB2 is #C4304D. Grayscale: #9F9F9F. Windows color (decimal): -12857422 or 11718459. OLE color: 11718459.
HSL color Cylindrical-coordinate representation of color #3BCFB2: hue angle of 168.24º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCFB2 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 178 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.19 |
| HSL | 168.24º | 0.61% | 0.52% | - |
| HSV(B) | 168.24º | 0.71% | 0.81% | - |
| XYZ | 32.15 | 48.77 | 49.84 | - |
| YUV | 159.44 | 138.47 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 178 | 0.71 | 0 | 0.14 | 0.19 | 168.24 | 0.61 | 0.52 |
| Hex | 3B | CF | B2 | 47 | 0 | E | 13 | A8 | 3D | 34 |
| Octal | 73 | 317 | 262 | 107 | 0 | 16 | 23 | 250 | 75 | 64 |
| Binary | 111011 | 11001111 | 10110010 | 1000111 | 0 | 1110 | 10011 | 10101000 | 111101 | 110100 |
Color Harmonies of #3BCFB2
Complementary color
Monochromatic Colors of #3BCFB2
Black with #3BCFB2
Text Example
Text Example
White with #3BCFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFB2; }
p { color: rgb(59,207,178); }
H1.HeaderClassName
{
color: #3BCFB2;
}
.AnyTagClassName
{
color: #3BCFB2;
}
</style>
background-color css
<style>
a { background-color: #3BCFB2; }
a { background-color: rgb(59,207,178); }
div.DivClassName
{
background-color: #3BCFB2;
}
.BgClassName
{
background-color: #3BCFB2;
}
</style>
border-color css
<style>
span { border-color: #3BCFB2; }
span { border-color: rgb(59,207,178); }
td.TdClassName
{
border-color: #3BCFB2;
}
.TagClassName
{
border-color: #3BCFB2;
}
</style>