Shades of Shamrock #34CA98
Tints of Shamrock #34CA98
RGB
CMYK
RGB Variations
Color information
#34CA98 (or 0x34CA98) is known color: Shamrock. HEX triplet: 34, CA and 98. RGB value is (52,202,152). Sum of RGB (Red+Green+Blue) = 52+202+152=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CA98 is #CB3567. Grayscale: #979797. Windows color (decimal): -13317480 or 10013236. OLE color: 10013236.
HSL color Cylindrical-coordinate representation of color #34CA98: hue angle of 160º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CA98 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 152 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.21 |
| HSL | 160º | 0.59% | 0.5% | - |
| HSV(B) | 160º | 0.74% | 0.79% | - |
| XYZ | 28.2 | 45.24 | 36.95 | - |
| YUV | 151.45 | 128.31 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 152 | 0.74 | 0 | 0.25 | 0.21 | 160 | 0.59 | 0.5 |
| Hex | 34 | CA | 98 | 4A | 0 | 19 | 15 | A0 | 3B | 32 |
| Octal | 64 | 312 | 230 | 112 | 0 | 31 | 25 | 240 | 73 | 62 |
| Binary | 110100 | 11001010 | 10011000 | 1001010 | 0 | 11001 | 10101 | 10100000 | 111011 | 110010 |
Color Harmonies of #34CA98
Complementary color
Monochromatic Colors of #34CA98
Black with #34CA98
Text Example
Text Example
White with #34CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA98; }
p { color: rgb(52,202,152); }
H1.HeaderClassName
{
color: #34CA98;
}
.AnyTagClassName
{
color: #34CA98;
}
</style>
background-color css
<style>
a { background-color: #34CA98; }
a { background-color: rgb(52,202,152); }
div.DivClassName
{
background-color: #34CA98;
}
.BgClassName
{
background-color: #34CA98;
}
</style>
border-color css
<style>
span { border-color: #34CA98; }
span { border-color: rgb(52,202,152); }
td.TdClassName
{
border-color: #34CA98;
}
.TagClassName
{
border-color: #34CA98;
}
</style>