Shades of Shamrock #34CA97
Tints of Shamrock #34CA97
RGB
CMYK
RGB Variations
Color information
#34CA97 (or 0x34CA97) is known color: Shamrock. HEX triplet: 34, CA and 97. RGB value is (52,202,151). Sum of RGB (Red+Green+Blue) = 52+202+151=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CA97 is #CB3568. Grayscale: #979797. Windows color (decimal): -13317481 or 9947700. OLE color: 9947700.
HSL color Cylindrical-coordinate representation of color #34CA97: hue angle of 159.6º 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 #34CA97 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 151 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.21 |
| HSL | 159.6º | 0.59% | 0.5% | - |
| HSV(B) | 159.6º | 0.74% | 0.79% | - |
| XYZ | 28.12 | 45.21 | 36.52 | - |
| YUV | 151.34 | 127.81 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 151 | 0.74 | 0 | 0.25 | 0.21 | 159.6 | 0.59 | 0.5 |
| Hex | 34 | CA | 97 | 4A | 0 | 19 | 15 | A0 | 3B | 32 |
| Octal | 64 | 312 | 227 | 112 | 0 | 31 | 25 | 240 | 73 | 62 |
| Binary | 110100 | 11001010 | 10010111 | 1001010 | 0 | 11001 | 10101 | 10100000 | 111011 | 110010 |
Color Harmonies of #34CA97
Complementary color
Monochromatic Colors of #34CA97
Black with #34CA97
Text Example
Text Example
White with #34CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA97; }
p { color: rgb(52,202,151); }
H1.HeaderClassName
{
color: #34CA97;
}
.AnyTagClassName
{
color: #34CA97;
}
</style>
background-color css
<style>
a { background-color: #34CA97; }
a { background-color: rgb(52,202,151); }
div.DivClassName
{
background-color: #34CA97;
}
.BgClassName
{
background-color: #34CA97;
}
</style>
border-color css
<style>
span { border-color: #34CA97; }
span { border-color: rgb(52,202,151); }
td.TdClassName
{
border-color: #34CA97;
}
.TagClassName
{
border-color: #34CA97;
}
</style>