Shades of Shamrock #3BF7A2
Tints of Shamrock #3BF7A2
RGB
CMYK
RGB Variations
Color information
#3BF7A2 (or 0x3BF7A2) is known color: Shamrock. HEX triplet: 3B, F7 and A2. RGB value is (59,247,162). Sum of RGB (Red+Green+Blue) = 59+247+162=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #3BF7A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF7A2 is #C4085D. Grayscale: #B5B5B5. Windows color (decimal): -12847198 or 10680123. OLE color: 10680123.
HSL color Cylindrical-coordinate representation of color #3BF7A2: hue angle of 152.87º 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 #3BF7A2 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 247 | 162 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.03 |
| HSL | 152.87º | 0.92% | 0.6% | - |
| HSV(B) | 152.87º | 0.76% | 0.97% | - |
| XYZ | 41.59 | 70.06 | 45.51 | - |
| YUV | 181.1 | 117.22 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 247 | 162 | 0.76 | 0 | 0.34 | 0.03 | 152.87 | 0.92 | 0.6 |
| Hex | 3B | F7 | A2 | 4C | 0 | 22 | 3 | 99 | 5C | 3C |
| Octal | 73 | 367 | 242 | 114 | 0 | 42 | 3 | 231 | 134 | 74 |
| Binary | 111011 | 11110111 | 10100010 | 1001100 | 0 | 100010 | 11 | 10011001 | 1011100 | 111100 |
Color Harmonies of #3BF7A2
Complementary color
Monochromatic Colors of #3BF7A2
Black with #3BF7A2
Text Example
Text Example
White with #3BF7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF7A2; }
p { color: rgb(59,247,162); }
H1.HeaderClassName
{
color: #3BF7A2;
}
.AnyTagClassName
{
color: #3BF7A2;
}
</style>
background-color css
<style>
a { background-color: #3BF7A2; }
a { background-color: rgb(59,247,162); }
div.DivClassName
{
background-color: #3BF7A2;
}
.BgClassName
{
background-color: #3BF7A2;
}
</style>
border-color css
<style>
span { border-color: #3BF7A2; }
span { border-color: rgb(59,247,162); }
td.TdClassName
{
border-color: #3BF7A2;
}
.TagClassName
{
border-color: #3BF7A2;
}
</style>