Shades of Shamrock #33CEA1
Tints of Shamrock #33CEA1
RGB
CMYK
RGB Variations
Color information
#33CEA1 (or 0x33CEA1) is known color: Shamrock. HEX triplet: 33, CE and A1. RGB value is (51,206,161). Sum of RGB (Red+Green+Blue) = 51+206+161=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CEA1 is #CC315E. Grayscale: #9A9A9A. Windows color (decimal): -13381983 or 10604083. OLE color: 10604083.
HSL color Cylindrical-coordinate representation of color #33CEA1: hue angle of 162.58º 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 #33CEA1 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 161 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.19 |
| HSL | 162.58º | 0.61% | 0.5% | - |
| HSV(B) | 162.58º | 0.75% | 0.81% | - |
| XYZ | 29.87 | 47.42 | 41.3 | - |
| YUV | 154.53 | 131.65 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 161 | 0.75 | 0 | 0.22 | 0.19 | 162.58 | 0.61 | 0.5 |
| Hex | 33 | CE | A1 | 4B | 0 | 16 | 13 | A3 | 3D | 32 |
| Octal | 63 | 316 | 241 | 113 | 0 | 26 | 23 | 243 | 75 | 62 |
| Binary | 110011 | 11001110 | 10100001 | 1001011 | 0 | 10110 | 10011 | 10100011 | 111101 | 110010 |
Color Harmonies of #33CEA1
Complementary color
Monochromatic Colors of #33CEA1
Black with #33CEA1
Text Example
Text Example
White with #33CEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CEA1; }
p { color: rgb(51,206,161); }
H1.HeaderClassName
{
color: #33CEA1;
}
.AnyTagClassName
{
color: #33CEA1;
}
</style>
background-color css
<style>
a { background-color: #33CEA1; }
a { background-color: rgb(51,206,161); }
div.DivClassName
{
background-color: #33CEA1;
}
.BgClassName
{
background-color: #33CEA1;
}
</style>
border-color css
<style>
span { border-color: #33CEA1; }
span { border-color: rgb(51,206,161); }
td.TdClassName
{
border-color: #33CEA1;
}
.TagClassName
{
border-color: #33CEA1;
}
</style>