Shades of Shamrock #3BEFA3
Tints of Shamrock #3BEFA3
RGB
CMYK
RGB Variations
Color information
#3BEFA3 (or 0x3BEFA3) is known color: Shamrock. HEX triplet: 3B, EF and A3. RGB value is (59,239,163). Sum of RGB (Red+Green+Blue) = 59+239+163=461 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.80% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEFA3 is #C4105C. Grayscale: #B0B0B0. Windows color (decimal): -12849245 or 10743611. OLE color: 10743611.
HSL color Cylindrical-coordinate representation of color #3BEFA3: hue angle of 154.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 #3BEFA3 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 163 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.06 |
| HSL | 154.67º | 0.85% | 0.58% | - |
| HSV(B) | 154.67º | 0.75% | 0.94% | - |
| XYZ | 39.28 | 65.31 | 45.19 | - |
| YUV | 176.52 | 120.37 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 163 | 0.75 | 0 | 0.32 | 0.06 | 154.67 | 0.85 | 0.58 |
| Hex | 3B | EF | A3 | 4B | 0 | 20 | 6 | 9B | 55 | 3A |
| Octal | 73 | 357 | 243 | 113 | 0 | 40 | 6 | 233 | 125 | 72 |
| Binary | 111011 | 11101111 | 10100011 | 1001011 | 0 | 100000 | 110 | 10011011 | 1010101 | 111010 |
Color Harmonies of #3BEFA3
Complementary color
Monochromatic Colors of #3BEFA3
Black with #3BEFA3
Text Example
Text Example
White with #3BEFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFA3; }
p { color: rgb(59,239,163); }
H1.HeaderClassName
{
color: #3BEFA3;
}
.AnyTagClassName
{
color: #3BEFA3;
}
</style>
background-color css
<style>
a { background-color: #3BEFA3; }
a { background-color: rgb(59,239,163); }
div.DivClassName
{
background-color: #3BEFA3;
}
.BgClassName
{
background-color: #3BEFA3;
}
</style>
border-color css
<style>
span { border-color: #3BEFA3; }
span { border-color: rgb(59,239,163); }
td.TdClassName
{
border-color: #3BEFA3;
}
.TagClassName
{
border-color: #3BEFA3;
}
</style>