Shades of Shamrock #33BEA0
Tints of Shamrock #33BEA0
RGB
CMYK
RGB Variations
Color information
#33BEA0 (or 0x33BEA0) is known color: Shamrock. HEX triplet: 33, BE and A0. RGB value is (51,190,160). Sum of RGB (Red+Green+Blue) = 51+190+160=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #33BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BEA0 is #CC415F. Grayscale: #919191. Windows color (decimal): -13386080 or 10534451. OLE color: 10534451.
HSL color Cylindrical-coordinate representation of color #33BEA0: hue angle of 167.05º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BEA0 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 190 | 160 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.25 |
| HSL | 167.05º | 0.58% | 0.47% | - |
| HSV(B) | 167.05º | 0.73% | 0.75% | - |
| XYZ | 26.12 | 40.07 | 39.61 | - |
| YUV | 145.02 | 136.45 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 190 | 160 | 0.73 | 0 | 0.16 | 0.25 | 167.05 | 0.58 | 0.47 |
| Hex | 33 | BE | A0 | 49 | 0 | 10 | 19 | A7 | 3A | 2F |
| Octal | 63 | 276 | 240 | 111 | 0 | 20 | 31 | 247 | 72 | 57 |
| Binary | 110011 | 10111110 | 10100000 | 1001001 | 0 | 10000 | 11001 | 10100111 | 111010 | 101111 |
Color Harmonies of #33BEA0
Complementary color
Monochromatic Colors of #33BEA0
Black with #33BEA0
Text Example
Text Example
White with #33BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BEA0; }
p { color: rgb(51,190,160); }
H1.HeaderClassName
{
color: #33BEA0;
}
.AnyTagClassName
{
color: #33BEA0;
}
</style>
background-color css
<style>
a { background-color: #33BEA0; }
a { background-color: rgb(51,190,160); }
div.DivClassName
{
background-color: #33BEA0;
}
.BgClassName
{
background-color: #33BEA0;
}
</style>
border-color css
<style>
span { border-color: #33BEA0; }
span { border-color: rgb(51,190,160); }
td.TdClassName
{
border-color: #33BEA0;
}
.TagClassName
{
border-color: #33BEA0;
}
</style>