Shades of Shamrock #33EEA0
Tints of Shamrock #33EEA0
RGB
CMYK
RGB Variations
Color information
#33EEA0 (or 0x33EEA0) is known color: Shamrock. HEX triplet: 33, EE and A0. RGB value is (51,238,160). Sum of RGB (Red+Green+Blue) = 51+238+160=449 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.36% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #33EEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33EEA0 is #CC115F. Grayscale: #ADADAD. Windows color (decimal): -13373792 or 10546739. OLE color: 10546739.
HSL color Cylindrical-coordinate representation of color #33EEA0: hue angle of 154.97º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EEA0 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 238 | 160 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.07 |
| HSL | 154.97º | 0.85% | 0.57% | - |
| HSV(B) | 154.97º | 0.79% | 0.93% | - |
| XYZ | 38.28 | 64.39 | 43.67 | - |
| YUV | 173.2 | 120.55 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 238 | 160 | 0.79 | 0 | 0.33 | 0.07 | 154.97 | 0.85 | 0.57 |
| Hex | 33 | EE | A0 | 4F | 0 | 21 | 7 | 9B | 55 | 39 |
| Octal | 63 | 356 | 240 | 117 | 0 | 41 | 7 | 233 | 125 | 71 |
| Binary | 110011 | 11101110 | 10100000 | 1001111 | 0 | 100001 | 111 | 10011011 | 1010101 | 111001 |
Color Harmonies of #33EEA0
Complementary color
Monochromatic Colors of #33EEA0
Black with #33EEA0
Text Example
Text Example
White with #33EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EEA0; }
p { color: rgb(51,238,160); }
H1.HeaderClassName
{
color: #33EEA0;
}
.AnyTagClassName
{
color: #33EEA0;
}
</style>
background-color css
<style>
a { background-color: #33EEA0; }
a { background-color: rgb(51,238,160); }
div.DivClassName
{
background-color: #33EEA0;
}
.BgClassName
{
background-color: #33EEA0;
}
</style>
border-color css
<style>
span { border-color: #33EEA0; }
span { border-color: rgb(51,238,160); }
td.TdClassName
{
border-color: #33EEA0;
}
.TagClassName
{
border-color: #33EEA0;
}
</style>