Shades of Shamrock #3BEFAC
Tints of Shamrock #3BEFAC
RGB
CMYK
RGB Variations
Color information
#3BEFAC (or 0x3BEFAC) is known color: Shamrock. HEX triplet: 3B, EF and AC. RGB value is (59,239,172). Sum of RGB (Red+Green+Blue) = 59+239+172=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEFAC is #C41053. Grayscale: #B1B1B1. Windows color (decimal): -12849236 or 11333435. OLE color: 11333435.
HSL color Cylindrical-coordinate representation of color #3BEFAC: hue angle of 157.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEFAC is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 172 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.06 |
| HSL | 157.67º | 0.85% | 0.58% | - |
| HSV(B) | 157.67º | 0.75% | 0.94% | - |
| XYZ | 40.12 | 65.64 | 49.59 | - |
| YUV | 177.54 | 124.87 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 172 | 0.75 | 0 | 0.28 | 0.06 | 157.67 | 0.85 | 0.58 |
| Hex | 3B | EF | AC | 4B | 0 | 1C | 6 | 9E | 55 | 3A |
| Octal | 73 | 357 | 254 | 113 | 0 | 34 | 6 | 236 | 125 | 72 |
| Binary | 111011 | 11101111 | 10101100 | 1001011 | 0 | 11100 | 110 | 10011110 | 1010101 | 111010 |
Color Harmonies of #3BEFAC
Complementary color
Monochromatic Colors of #3BEFAC
Black with #3BEFAC
Text Example
Text Example
White with #3BEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFAC; }
p { color: rgb(59,239,172); }
H1.HeaderClassName
{
color: #3BEFAC;
}
.AnyTagClassName
{
color: #3BEFAC;
}
</style>
background-color css
<style>
a { background-color: #3BEFAC; }
a { background-color: rgb(59,239,172); }
div.DivClassName
{
background-color: #3BEFAC;
}
.BgClassName
{
background-color: #3BEFAC;
}
</style>
border-color css
<style>
span { border-color: #3BEFAC; }
span { border-color: rgb(59,239,172); }
td.TdClassName
{
border-color: #3BEFAC;
}
.TagClassName
{
border-color: #3BEFAC;
}
</style>