Shades of Shamrock #33EAA5
Tints of Shamrock #33EAA5
RGB
CMYK
RGB Variations
Color information
#33EAA5 (or 0x33EAA5) is known color: Shamrock. HEX triplet: 33, EA and A5. RGB value is (51,234,165). Sum of RGB (Red+Green+Blue) = 51+234+165=450 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.33% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #33EAA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33EAA5 is #CC155A. Grayscale: #ABABAB. Windows color (decimal): -13374811 or 10873395. OLE color: 10873395.
HSL color Cylindrical-coordinate representation of color #33EAA5: hue angle of 157.38º degrees, saturation: 0.81, 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 #33EAA5 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 234 | 165 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.08 |
| HSL | 157.38º | 0.81% | 0.56% | - |
| HSV(B) | 157.38º | 0.78% | 0.92% | - |
| XYZ | 37.58 | 62.27 | 45.64 | - |
| YUV | 171.42 | 124.37 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 234 | 165 | 0.78 | 0 | 0.29 | 0.08 | 157.38 | 0.81 | 0.56 |
| Hex | 33 | EA | A5 | 4E | 0 | 1D | 8 | 9D | 51 | 38 |
| Octal | 63 | 352 | 245 | 116 | 0 | 35 | 10 | 235 | 121 | 70 |
| Binary | 110011 | 11101010 | 10100101 | 1001110 | 0 | 11101 | 1000 | 10011101 | 1010001 | 111000 |
Color Harmonies of #33EAA5
Complementary color
Monochromatic Colors of #33EAA5
Black with #33EAA5
Text Example
Text Example
White with #33EAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EAA5; }
p { color: rgb(51,234,165); }
H1.HeaderClassName
{
color: #33EAA5;
}
.AnyTagClassName
{
color: #33EAA5;
}
</style>
background-color css
<style>
a { background-color: #33EAA5; }
a { background-color: rgb(51,234,165); }
div.DivClassName
{
background-color: #33EAA5;
}
.BgClassName
{
background-color: #33EAA5;
}
</style>
border-color css
<style>
span { border-color: #33EAA5; }
span { border-color: rgb(51,234,165); }
td.TdClassName
{
border-color: #33EAA5;
}
.TagClassName
{
border-color: #33EAA5;
}
</style>