Shades of Shamrock #33EBA8
Tints of Shamrock #33EBA8
RGB
CMYK
RGB Variations
Color information
#33EBA8 (or 0x33EBA8) is known color: Shamrock. HEX triplet: 33, EB and A8. RGB value is (51,235,168). Sum of RGB (Red+Green+Blue) = 51+235+168=454 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.23% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #33EBA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33EBA8 is #CC1457. Grayscale: #ACACAC. Windows color (decimal): -13374552 or 11070259. OLE color: 11070259.
HSL color Cylindrical-coordinate representation of color #33EBA8: hue angle of 158.15º 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 #33EBA8 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 235 | 168 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.08 |
| HSL | 158.15º | 0.82% | 0.56% | - |
| HSV(B) | 158.15º | 0.78% | 0.92% | - |
| XYZ | 38.14 | 62.95 | 47.19 | - |
| YUV | 172.35 | 125.54 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 235 | 168 | 0.78 | 0 | 0.29 | 0.08 | 158.15 | 0.82 | 0.56 |
| Hex | 33 | EB | A8 | 4E | 0 | 1D | 8 | 9E | 52 | 38 |
| Octal | 63 | 353 | 250 | 116 | 0 | 35 | 10 | 236 | 122 | 70 |
| Binary | 110011 | 11101011 | 10101000 | 1001110 | 0 | 11101 | 1000 | 10011110 | 1010010 | 111000 |
Color Harmonies of #33EBA8
Complementary color
Monochromatic Colors of #33EBA8
Black with #33EBA8
Text Example
Text Example
White with #33EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EBA8; }
p { color: rgb(51,235,168); }
H1.HeaderClassName
{
color: #33EBA8;
}
.AnyTagClassName
{
color: #33EBA8;
}
</style>
background-color css
<style>
a { background-color: #33EBA8; }
a { background-color: rgb(51,235,168); }
div.DivClassName
{
background-color: #33EBA8;
}
.BgClassName
{
background-color: #33EBA8;
}
</style>
border-color css
<style>
span { border-color: #33EBA8; }
span { border-color: rgb(51,235,168); }
td.TdClassName
{
border-color: #33EBA8;
}
.TagClassName
{
border-color: #33EBA8;
}
</style>