Shades of Shamrock #33EFB0
Tints of Shamrock #33EFB0
RGB
CMYK
RGB Variations
Color information
#33EFB0 (or 0x33EFB0) is known color: Shamrock. HEX triplet: 33, EF and B0. RGB value is (51,239,176). Sum of RGB (Red+Green+Blue) = 51+239+176=466 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.94% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33EFB0 is #CC104F. Grayscale: #AFAFAF. Windows color (decimal): -13373520 or 11595571. OLE color: 11595571.
HSL color Cylindrical-coordinate representation of color #33EFB0: hue angle of 159.89º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EFB0 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 239 | 176 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.06 |
| HSL | 159.89º | 0.85% | 0.57% | - |
| HSV(B) | 159.89º | 0.79% | 0.94% | - |
| XYZ | 40.07 | 65.57 | 51.62 | - |
| YUV | 175.61 | 128.22 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 239 | 176 | 0.79 | 0 | 0.26 | 0.06 | 159.89 | 0.85 | 0.57 |
| Hex | 33 | EF | B0 | 4F | 0 | 1A | 6 | A0 | 55 | 39 |
| Octal | 63 | 357 | 260 | 117 | 0 | 32 | 6 | 240 | 125 | 71 |
| Binary | 110011 | 11101111 | 10110000 | 1001111 | 0 | 11010 | 110 | 10100000 | 1010101 | 111001 |
Color Harmonies of #33EFB0
Complementary color
Monochromatic Colors of #33EFB0
Black with #33EFB0
Text Example
Text Example
White with #33EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EFB0; }
p { color: rgb(51,239,176); }
H1.HeaderClassName
{
color: #33EFB0;
}
.AnyTagClassName
{
color: #33EFB0;
}
</style>
background-color css
<style>
a { background-color: #33EFB0; }
a { background-color: rgb(51,239,176); }
div.DivClassName
{
background-color: #33EFB0;
}
.BgClassName
{
background-color: #33EFB0;
}
</style>
border-color css
<style>
span { border-color: #33EFB0; }
span { border-color: rgb(51,239,176); }
td.TdClassName
{
border-color: #33EFB0;
}
.TagClassName
{
border-color: #33EFB0;
}
</style>