Shades of Shamrock #33C99A
Tints of Shamrock #33C99A
RGB
CMYK
RGB Variations
Color information
#33C99A (or 0x33C99A) is known color: Shamrock. HEX triplet: 33, C9 and 9A. RGB value is (51,201,154). Sum of RGB (Red+Green+Blue) = 51+201+154=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #33C99A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C99A is #CC3665. Grayscale: #969696. Windows color (decimal): -13383270 or 10144051. OLE color: 10144051.
HSL color Cylindrical-coordinate representation of color #33C99A: hue angle of 161.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C99A is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 201 | 154 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.21 |
| HSL | 161.2º | 0.6% | 0.49% | - |
| HSV(B) | 161.2º | 0.75% | 0.79% | - |
| XYZ | 28.08 | 44.81 | 37.74 | - |
| YUV | 150.79 | 129.81 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 201 | 154 | 0.75 | 0 | 0.23 | 0.21 | 161.2 | 0.6 | 0.49 |
| Hex | 33 | C9 | 9A | 4B | 0 | 17 | 15 | A1 | 3C | 31 |
| Octal | 63 | 311 | 232 | 113 | 0 | 27 | 25 | 241 | 74 | 61 |
| Binary | 110011 | 11001001 | 10011010 | 1001011 | 0 | 10111 | 10101 | 10100001 | 111100 | 110001 |
Color Harmonies of #33C99A
Complementary color
Monochromatic Colors of #33C99A
Black with #33C99A
Text Example
Text Example
White with #33C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C99A; }
p { color: rgb(51,201,154); }
H1.HeaderClassName
{
color: #33C99A;
}
.AnyTagClassName
{
color: #33C99A;
}
</style>
background-color css
<style>
a { background-color: #33C99A; }
a { background-color: rgb(51,201,154); }
div.DivClassName
{
background-color: #33C99A;
}
.BgClassName
{
background-color: #33C99A;
}
</style>
border-color css
<style>
span { border-color: #33C99A; }
span { border-color: rgb(51,201,154); }
td.TdClassName
{
border-color: #33C99A;
}
.TagClassName
{
border-color: #33C99A;
}
</style>