Shades of Shamrock #3BF7A8
Tints of Shamrock #3BF7A8
RGB
CMYK
RGB Variations
Color information
#3BF7A8 (or 0x3BF7A8) is known color: Shamrock. HEX triplet: 3B, F7 and A8. RGB value is (59,247,168). Sum of RGB (Red+Green+Blue) = 59+247+168=474 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.45% from 474); Green value is 247 (96.88% from 255 or 52.11% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 247 - color contains mainly: green. Hex color #3BF7A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF7A8 is #C40857. Grayscale: #B5B5B5. Windows color (decimal): -12847192 or 11073339. OLE color: 11073339.
HSL color Cylindrical-coordinate representation of color #3BF7A8: hue angle of 154.79º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF7A8 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 247 | 168 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.03 |
| HSL | 154.79º | 0.92% | 0.6% | - |
| HSV(B) | 154.79º | 0.76% | 0.97% | - |
| XYZ | 42.13 | 70.28 | 48.39 | - |
| YUV | 181.78 | 120.22 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 247 | 168 | 0.76 | 0 | 0.32 | 0.03 | 154.79 | 0.92 | 0.6 |
| Hex | 3B | F7 | A8 | 4C | 0 | 20 | 3 | 9B | 5C | 3C |
| Octal | 73 | 367 | 250 | 114 | 0 | 40 | 3 | 233 | 134 | 74 |
| Binary | 111011 | 11110111 | 10101000 | 1001100 | 0 | 100000 | 11 | 10011011 | 1011100 | 111100 |
Color Harmonies of #3BF7A8
Complementary color
Monochromatic Colors of #3BF7A8
Black with #3BF7A8
Text Example
Text Example
White with #3BF7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF7A8; }
p { color: rgb(59,247,168); }
H1.HeaderClassName
{
color: #3BF7A8;
}
.AnyTagClassName
{
color: #3BF7A8;
}
</style>
background-color css
<style>
a { background-color: #3BF7A8; }
a { background-color: rgb(59,247,168); }
div.DivClassName
{
background-color: #3BF7A8;
}
.BgClassName
{
background-color: #3BF7A8;
}
</style>
border-color css
<style>
span { border-color: #3BF7A8; }
span { border-color: rgb(59,247,168); }
td.TdClassName
{
border-color: #3BF7A8;
}
.TagClassName
{
border-color: #3BF7A8;
}
</style>