Shades of Shamrock #33C695
Tints of Shamrock #33C695
RGB
CMYK
RGB Variations
Color information
#33C695 (or 0x33C695) is known color: Shamrock. HEX triplet: 33, C6 and 95. RGB value is (51,198,149). Sum of RGB (Red+Green+Blue) = 51+198+149=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #33C695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C695 is #CC396A. Grayscale: #949494. Windows color (decimal): -13384043 or 9815603. OLE color: 9815603.
HSL color Cylindrical-coordinate representation of color #33C695: hue angle of 160º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C695 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 198 | 149 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.22 |
| HSL | 160º | 0.59% | 0.49% | - |
| HSV(B) | 160º | 0.74% | 0.78% | - |
| XYZ | 26.98 | 43.26 | 35.36 | - |
| YUV | 148.46 | 128.3 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 198 | 149 | 0.74 | 0 | 0.25 | 0.22 | 160 | 0.59 | 0.49 |
| Hex | 33 | C6 | 95 | 4A | 0 | 19 | 16 | A0 | 3B | 31 |
| Octal | 63 | 306 | 225 | 112 | 0 | 31 | 26 | 240 | 73 | 61 |
| Binary | 110011 | 11000110 | 10010101 | 1001010 | 0 | 11001 | 10110 | 10100000 | 111011 | 110001 |
Color Harmonies of #33C695
Complementary color
Monochromatic Colors of #33C695
Black with #33C695
Text Example
Text Example
White with #33C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C695; }
p { color: rgb(51,198,149); }
H1.HeaderClassName
{
color: #33C695;
}
.AnyTagClassName
{
color: #33C695;
}
</style>
background-color css
<style>
a { background-color: #33C695; }
a { background-color: rgb(51,198,149); }
div.DivClassName
{
background-color: #33C695;
}
.BgClassName
{
background-color: #33C695;
}
</style>
border-color css
<style>
span { border-color: #33C695; }
span { border-color: rgb(51,198,149); }
td.TdClassName
{
border-color: #33C695;
}
.TagClassName
{
border-color: #33C695;
}
</style>