Shades of Shamrock #34CA90
Tints of Shamrock #34CA90
RGB
CMYK
RGB Variations
Color information
#34CA90 (or 0x34CA90) is known color: Shamrock. HEX triplet: 34, CA and 90. RGB value is (52,202,144). Sum of RGB (Red+Green+Blue) = 52+202+144=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CA90 is #CB356F. Grayscale: #969696. Windows color (decimal): -13317488 or 9488948. OLE color: 9488948.
HSL color Cylindrical-coordinate representation of color #34CA90: hue angle of 156.8º 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 #34CA90 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 144 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.21 |
| HSL | 156.8º | 0.59% | 0.5% | - |
| HSV(B) | 156.8º | 0.74% | 0.79% | - |
| XYZ | 27.57 | 44.98 | 33.62 | - |
| YUV | 150.54 | 124.31 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 144 | 0.74 | 0 | 0.29 | 0.21 | 156.8 | 0.59 | 0.5 |
| Hex | 34 | CA | 90 | 4A | 0 | 1D | 15 | 9D | 3B | 32 |
| Octal | 64 | 312 | 220 | 112 | 0 | 35 | 25 | 235 | 73 | 62 |
| Binary | 110100 | 11001010 | 10010000 | 1001010 | 0 | 11101 | 10101 | 10011101 | 111011 | 110010 |
Color Harmonies of #34CA90
Complementary color
Monochromatic Colors of #34CA90
Black with #34CA90
Text Example
Text Example
White with #34CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA90; }
p { color: rgb(52,202,144); }
H1.HeaderClassName
{
color: #34CA90;
}
.AnyTagClassName
{
color: #34CA90;
}
</style>
background-color css
<style>
a { background-color: #34CA90; }
a { background-color: rgb(52,202,144); }
div.DivClassName
{
background-color: #34CA90;
}
.BgClassName
{
background-color: #34CA90;
}
</style>
border-color css
<style>
span { border-color: #34CA90; }
span { border-color: rgb(52,202,144); }
td.TdClassName
{
border-color: #34CA90;
}
.TagClassName
{
border-color: #34CA90;
}
</style>