Shades of Shamrock #33C09D
Tints of Shamrock #33C09D
RGB
CMYK
RGB Variations
Color information
#33C09D (or 0x33C09D) is known color: Shamrock. HEX triplet: 33, C0 and 9D. RGB value is (51,192,157). Sum of RGB (Red+Green+Blue) = 51+192+157=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #33C09D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C09D is #CC3F62. Grayscale: #919191. Windows color (decimal): -13385571 or 10338355. OLE color: 10338355.
HSL color Cylindrical-coordinate representation of color #33C09D: hue angle of 165.11º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C09D is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 157 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.25 |
| HSL | 165.11º | 0.58% | 0.48% | - |
| HSV(B) | 165.11º | 0.73% | 0.75% | - |
| XYZ | 26.3 | 40.84 | 38.39 | - |
| YUV | 145.85 | 134.29 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 157 | 0.73 | 0 | 0.18 | 0.25 | 165.11 | 0.58 | 0.48 |
| Hex | 33 | C0 | 9D | 49 | 0 | 12 | 19 | A5 | 3A | 30 |
| Octal | 63 | 300 | 235 | 111 | 0 | 22 | 31 | 245 | 72 | 60 |
| Binary | 110011 | 11000000 | 10011101 | 1001001 | 0 | 10010 | 11001 | 10100101 | 111010 | 110000 |
Color Harmonies of #33C09D
Complementary color
Monochromatic Colors of #33C09D
Black with #33C09D
Text Example
Text Example
White with #33C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C09D; }
p { color: rgb(51,192,157); }
H1.HeaderClassName
{
color: #33C09D;
}
.AnyTagClassName
{
color: #33C09D;
}
</style>
background-color css
<style>
a { background-color: #33C09D; }
a { background-color: rgb(51,192,157); }
div.DivClassName
{
background-color: #33C09D;
}
.BgClassName
{
background-color: #33C09D;
}
</style>
border-color css
<style>
span { border-color: #33C09D; }
span { border-color: rgb(51,192,157); }
td.TdClassName
{
border-color: #33C09D;
}
.TagClassName
{
border-color: #33C09D;
}
</style>