Shades of Shamrock #34C298
Tints of Shamrock #34C298
RGB
CMYK
RGB Variations
Color information
#34C298 (or 0x34C298) is known color: Shamrock. HEX triplet: 34, C2 and 98. RGB value is (52,194,152). Sum of RGB (Red+Green+Blue) = 52+194+152=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #34C298 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C298 is #CB3D67. Grayscale: #929292. Windows color (decimal): -13319528 or 10011188. OLE color: 10011188.
HSL color Cylindrical-coordinate representation of color #34C298: hue angle of 162.25º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C298 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 194 | 152 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.24 |
| HSL | 162.25º | 0.58% | 0.48% | - |
| HSV(B) | 162.25º | 0.73% | 0.76% | - |
| XYZ | 26.38 | 41.58 | 36.34 | - |
| YUV | 146.75 | 130.96 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 152 | 0.73 | 0 | 0.22 | 0.24 | 162.25 | 0.58 | 0.48 |
| Hex | 34 | C2 | 98 | 49 | 0 | 16 | 18 | A2 | 3A | 30 |
| Octal | 64 | 302 | 230 | 111 | 0 | 26 | 30 | 242 | 72 | 60 |
| Binary | 110100 | 11000010 | 10011000 | 1001001 | 0 | 10110 | 11000 | 10100010 | 111010 | 110000 |
Color Harmonies of #34C298
Complementary color
Monochromatic Colors of #34C298
Black with #34C298
Text Example
Text Example
White with #34C298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C298; }
p { color: rgb(52,194,152); }
H1.HeaderClassName
{
color: #34C298;
}
.AnyTagClassName
{
color: #34C298;
}
</style>
background-color css
<style>
a { background-color: #34C298; }
a { background-color: rgb(52,194,152); }
div.DivClassName
{
background-color: #34C298;
}
.BgClassName
{
background-color: #34C298;
}
</style>
border-color css
<style>
span { border-color: #34C298; }
span { border-color: rgb(52,194,152); }
td.TdClassName
{
border-color: #34C298;
}
.TagClassName
{
border-color: #34C298;
}
</style>