Shades of Shamrock #3BF0A8
Tints of Shamrock #3BF0A8
RGB
CMYK
RGB Variations
Color information
#3BF0A8 (or 0x3BF0A8) is known color: Shamrock. HEX triplet: 3B, F0 and A8. RGB value is (59,240,168). Sum of RGB (Red+Green+Blue) = 59+240+168=467 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.63% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF0A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF0A8 is #C40F57. Grayscale: #B1B1B1. Windows color (decimal): -12848984 or 11071547. OLE color: 11071547.
HSL color Cylindrical-coordinate representation of color #3BF0A8: hue angle of 156.13º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BF0A8 is Cyan = 0.75, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 240 | 168 | - |
| CMYK | 0.75 | 0 | 0.3 | 0.06 |
| HSL | 156.13º | 0.86% | 0.59% | - |
| HSV(B) | 156.13º | 0.75% | 0.94% | - |
| XYZ | 40.03 | 66.08 | 47.69 | - |
| YUV | 177.67 | 122.53 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 240 | 168 | 0.75 | 0 | 0.3 | 0.06 | 156.13 | 0.86 | 0.59 |
| Hex | 3B | F0 | A8 | 4B | 0 | 1E | 6 | 9C | 56 | 3B |
| Octal | 73 | 360 | 250 | 113 | 0 | 36 | 6 | 234 | 126 | 73 |
| Binary | 111011 | 11110000 | 10101000 | 1001011 | 0 | 11110 | 110 | 10011100 | 1010110 | 111011 |
Color Harmonies of #3BF0A8
Complementary color
Monochromatic Colors of #3BF0A8
Black with #3BF0A8
Text Example
Text Example
White with #3BF0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF0A8; }
p { color: rgb(59,240,168); }
H1.HeaderClassName
{
color: #3BF0A8;
}
.AnyTagClassName
{
color: #3BF0A8;
}
</style>
background-color css
<style>
a { background-color: #3BF0A8; }
a { background-color: rgb(59,240,168); }
div.DivClassName
{
background-color: #3BF0A8;
}
.BgClassName
{
background-color: #3BF0A8;
}
</style>
border-color css
<style>
span { border-color: #3BF0A8; }
span { border-color: rgb(59,240,168); }
td.TdClassName
{
border-color: #3BF0A8;
}
.TagClassName
{
border-color: #3BF0A8;
}
</style>