Shades of Shamrock #33CE9A
Tints of Shamrock #33CE9A
RGB
CMYK
RGB Variations
Color information
#33CE9A (or 0x33CE9A) is known color: Shamrock. HEX triplet: 33, CE and 9A. RGB value is (51,206,154). Sum of RGB (Red+Green+Blue) = 51+206+154=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CE9A is #CC3165. Grayscale: #999999. Windows color (decimal): -13381990 or 10145331. OLE color: 10145331.
HSL color Cylindrical-coordinate representation of color #33CE9A: hue angle of 159.87º 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 #33CE9A is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 154 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.19 |
| HSL | 159.87º | 0.61% | 0.5% | - |
| HSV(B) | 159.87º | 0.75% | 0.81% | - |
| XYZ | 29.27 | 47.18 | 38.14 | - |
| YUV | 153.73 | 128.15 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 154 | 0.75 | 0 | 0.25 | 0.19 | 159.87 | 0.61 | 0.5 |
| Hex | 33 | CE | 9A | 4B | 0 | 19 | 13 | A0 | 3D | 32 |
| Octal | 63 | 316 | 232 | 113 | 0 | 31 | 23 | 240 | 75 | 62 |
| Binary | 110011 | 11001110 | 10011010 | 1001011 | 0 | 11001 | 10011 | 10100000 | 111101 | 110010 |
Color Harmonies of #33CE9A
Complementary color
Monochromatic Colors of #33CE9A
Black with #33CE9A
Text Example
Text Example
White with #33CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CE9A; }
p { color: rgb(51,206,154); }
H1.HeaderClassName
{
color: #33CE9A;
}
.AnyTagClassName
{
color: #33CE9A;
}
</style>
background-color css
<style>
a { background-color: #33CE9A; }
a { background-color: rgb(51,206,154); }
div.DivClassName
{
background-color: #33CE9A;
}
.BgClassName
{
background-color: #33CE9A;
}
</style>
border-color css
<style>
span { border-color: #33CE9A; }
span { border-color: rgb(51,206,154); }
td.TdClassName
{
border-color: #33CE9A;
}
.TagClassName
{
border-color: #33CE9A;
}
</style>