Shades of Shamrock #33EBA0
Tints of Shamrock #33EBA0
RGB
CMYK
RGB Variations
Color information
#33EBA0 (or 0x33EBA0) is known color: Shamrock. HEX triplet: 33, EB and A0. RGB value is (51,235,160). Sum of RGB (Red+Green+Blue) = 51+235+160=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #33EBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33EBA0 is #CC145F. Grayscale: #ABABAB. Windows color (decimal): -13374560 or 10545971. OLE color: 10545971.
HSL color Cylindrical-coordinate representation of color #33EBA0: hue angle of 155.54º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EBA0 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 235 | 160 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.08 |
| HSL | 155.54º | 0.82% | 0.56% | - |
| HSV(B) | 155.54º | 0.78% | 0.92% | - |
| XYZ | 37.42 | 62.66 | 43.38 | - |
| YUV | 171.43 | 121.54 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 235 | 160 | 0.78 | 0 | 0.32 | 0.08 | 155.54 | 0.82 | 0.56 |
| Hex | 33 | EB | A0 | 4E | 0 | 20 | 8 | 9C | 52 | 38 |
| Octal | 63 | 353 | 240 | 116 | 0 | 40 | 10 | 234 | 122 | 70 |
| Binary | 110011 | 11101011 | 10100000 | 1001110 | 0 | 100000 | 1000 | 10011100 | 1010010 | 111000 |
Color Harmonies of #33EBA0
Complementary color
Monochromatic Colors of #33EBA0
Black with #33EBA0
Text Example
Text Example
White with #33EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EBA0; }
p { color: rgb(51,235,160); }
H1.HeaderClassName
{
color: #33EBA0;
}
.AnyTagClassName
{
color: #33EBA0;
}
</style>
background-color css
<style>
a { background-color: #33EBA0; }
a { background-color: rgb(51,235,160); }
div.DivClassName
{
background-color: #33EBA0;
}
.BgClassName
{
background-color: #33EBA0;
}
</style>
border-color css
<style>
span { border-color: #33EBA0; }
span { border-color: rgb(51,235,160); }
td.TdClassName
{
border-color: #33EBA0;
}
.TagClassName
{
border-color: #33EBA0;
}
</style>