Shades of Shamrock #34C997
Tints of Shamrock #34C997
RGB
CMYK
RGB Variations
Color information
#34C997 (or 0x34C997) is known color: Shamrock. HEX triplet: 34, C9 and 97. RGB value is (52,201,151). Sum of RGB (Red+Green+Blue) = 52+201+151=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #34C997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C997 is #CB3668. Grayscale: #969696. Windows color (decimal): -13317737 or 9947444. OLE color: 9947444.
HSL color Cylindrical-coordinate representation of color #34C997: hue angle of 159.87º 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 #34C997 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 201 | 151 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.21 |
| HSL | 159.87º | 0.59% | 0.5% | - |
| HSV(B) | 159.87º | 0.74% | 0.79% | - |
| XYZ | 27.89 | 44.74 | 36.44 | - |
| YUV | 150.75 | 128.14 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 201 | 151 | 0.74 | 0 | 0.25 | 0.21 | 159.87 | 0.59 | 0.5 |
| Hex | 34 | C9 | 97 | 4A | 0 | 19 | 15 | A0 | 3B | 32 |
| Octal | 64 | 311 | 227 | 112 | 0 | 31 | 25 | 240 | 73 | 62 |
| Binary | 110100 | 11001001 | 10010111 | 1001010 | 0 | 11001 | 10101 | 10100000 | 111011 | 110010 |
Color Harmonies of #34C997
Complementary color
Monochromatic Colors of #34C997
Black with #34C997
Text Example
Text Example
White with #34C997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C997; }
p { color: rgb(52,201,151); }
H1.HeaderClassName
{
color: #34C997;
}
.AnyTagClassName
{
color: #34C997;
}
</style>
background-color css
<style>
a { background-color: #34C997; }
a { background-color: rgb(52,201,151); }
div.DivClassName
{
background-color: #34C997;
}
.BgClassName
{
background-color: #34C997;
}
</style>
border-color css
<style>
span { border-color: #34C997; }
span { border-color: rgb(52,201,151); }
td.TdClassName
{
border-color: #34C997;
}
.TagClassName
{
border-color: #34C997;
}
</style>