Shades of Shamrock #3BFFA4
Tints of Shamrock #3BFFA4
RGB
CMYK
RGB Variations
Color information
#3BFFA4 (or 0x3BFFA4) is known color: Shamrock. HEX triplet: 3B, FF and A4. RGB value is (59,255,164). Sum of RGB (Red+Green+Blue) = 59+255+164=478 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.34% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFFA4 is #C4005B. Grayscale: #BABABA. Windows color (decimal): -12845148 or 10813243. OLE color: 10813243.
HSL color Cylindrical-coordinate representation of color #3BFFA4: hue angle of 152.14º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFFA4 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 164 | - |
| CMYK | 0.77 | 0 | 0.36 | 0 |
| HSL | 152.14º | 1% | 0.62% | - |
| HSV(B) | 152.14º | 0.77% | 1% | - |
| XYZ | 44.26 | 75.13 | 47.29 | - |
| YUV | 186.02 | 115.57 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 164 | 0.77 | 0 | 0.36 | 0 | 152.14 | 1 | 0.62 |
| Hex | 3B | FF | A4 | 4D | 0 | 24 | 0 | 98 | 64 | 3E |
| Octal | 73 | 377 | 244 | 115 | 0 | 44 | 0 | 230 | 144 | 76 |
| Binary | 111011 | 11111111 | 10100100 | 1001101 | 0 | 100100 | 0 | 10011000 | 1100100 | 111110 |
Color Harmonies of #3BFFA4
Complementary color
Monochromatic Colors of #3BFFA4
Black with #3BFFA4
Text Example
Text Example
White with #3BFFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFFA4; }
p { color: rgb(59,255,164); }
H1.HeaderClassName
{
color: #3BFFA4;
}
.AnyTagClassName
{
color: #3BFFA4;
}
</style>
background-color css
<style>
a { background-color: #3BFFA4; }
a { background-color: rgb(59,255,164); }
div.DivClassName
{
background-color: #3BFFA4;
}
.BgClassName
{
background-color: #3BFFA4;
}
</style>
border-color css
<style>
span { border-color: #3BFFA4; }
span { border-color: rgb(59,255,164); }
td.TdClassName
{
border-color: #3BFFA4;
}
.TagClassName
{
border-color: #3BFFA4;
}
</style>