Shades of Shamrock #33CEA2
Tints of Shamrock #33CEA2
RGB
CMYK
RGB Variations
Color information
#33CEA2 (or 0x33CEA2) is known color: Shamrock. HEX triplet: 33, CE and A2. RGB value is (51,206,162). Sum of RGB (Red+Green+Blue) = 51+206+162=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CEA2 is #CC315D. Grayscale: #9A9A9A. Windows color (decimal): -13381982 or 10669619. OLE color: 10669619.
HSL color Cylindrical-coordinate representation of color #33CEA2: hue angle of 162.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CEA2 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 162 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.19 |
| HSL | 162.97º | 0.61% | 0.5% | - |
| HSV(B) | 162.97º | 0.75% | 0.81% | - |
| XYZ | 29.96 | 47.46 | 41.76 | - |
| YUV | 154.64 | 132.15 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 162 | 0.75 | 0 | 0.21 | 0.19 | 162.97 | 0.61 | 0.5 |
| Hex | 33 | CE | A2 | 4B | 0 | 15 | 13 | A3 | 3D | 32 |
| Octal | 63 | 316 | 242 | 113 | 0 | 25 | 23 | 243 | 75 | 62 |
| Binary | 110011 | 11001110 | 10100010 | 1001011 | 0 | 10101 | 10011 | 10100011 | 111101 | 110010 |
Color Harmonies of #33CEA2
Complementary color
Monochromatic Colors of #33CEA2
Black with #33CEA2
Text Example
Text Example
White with #33CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CEA2; }
p { color: rgb(51,206,162); }
H1.HeaderClassName
{
color: #33CEA2;
}
.AnyTagClassName
{
color: #33CEA2;
}
</style>
background-color css
<style>
a { background-color: #33CEA2; }
a { background-color: rgb(51,206,162); }
div.DivClassName
{
background-color: #33CEA2;
}
.BgClassName
{
background-color: #33CEA2;
}
</style>
border-color css
<style>
span { border-color: #33CEA2; }
span { border-color: rgb(51,206,162); }
td.TdClassName
{
border-color: #33CEA2;
}
.TagClassName
{
border-color: #33CEA2;
}
</style>