Shades of Shamrock #3BEFA4
Tints of Shamrock #3BEFA4
RGB
CMYK
RGB Variations
Color information
#3BEFA4 (or 0x3BEFA4) is known color: Shamrock. HEX triplet: 3B, EF and A4. RGB value is (59,239,164). Sum of RGB (Red+Green+Blue) = 59+239+164=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEFA4 is #C4105B. Grayscale: #B0B0B0. Windows color (decimal): -12849244 or 10809147. OLE color: 10809147.
HSL color Cylindrical-coordinate representation of color #3BEFA4: hue angle of 155º 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 #3BEFA4 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 164 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.06 |
| HSL | 155º | 0.85% | 0.58% | - |
| HSV(B) | 155º | 0.75% | 0.94% | - |
| XYZ | 39.37 | 65.34 | 45.66 | - |
| YUV | 176.63 | 120.87 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 164 | 0.75 | 0 | 0.31 | 0.06 | 155 | 0.85 | 0.58 |
| Hex | 3B | EF | A4 | 4B | 0 | 1F | 6 | 9B | 55 | 3A |
| Octal | 73 | 357 | 244 | 113 | 0 | 37 | 6 | 233 | 125 | 72 |
| Binary | 111011 | 11101111 | 10100100 | 1001011 | 0 | 11111 | 110 | 10011011 | 1010101 | 111010 |
Color Harmonies of #3BEFA4
Complementary color
Monochromatic Colors of #3BEFA4
Black with #3BEFA4
Text Example
Text Example
White with #3BEFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFA4; }
p { color: rgb(59,239,164); }
H1.HeaderClassName
{
color: #3BEFA4;
}
.AnyTagClassName
{
color: #3BEFA4;
}
</style>
background-color css
<style>
a { background-color: #3BEFA4; }
a { background-color: rgb(59,239,164); }
div.DivClassName
{
background-color: #3BEFA4;
}
.BgClassName
{
background-color: #3BEFA4;
}
</style>
border-color css
<style>
span { border-color: #3BEFA4; }
span { border-color: rgb(59,239,164); }
td.TdClassName
{
border-color: #3BEFA4;
}
.TagClassName
{
border-color: #3BEFA4;
}
</style>