Shades of Shamrock #34CB90
Tints of Shamrock #34CB90
RGB
CMYK
RGB Variations
Color information
#34CB90 (or 0x34CB90) is known color: Shamrock. HEX triplet: 34, CB and 90. RGB value is (52,203,144). Sum of RGB (Red+Green+Blue) = 52+203+144=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CB90 is #CB346F. Grayscale: #979797. Windows color (decimal): -13317232 or 9489204. OLE color: 9489204.
HSL color Cylindrical-coordinate representation of color #34CB90: hue angle of 156.56º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CB90 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 144 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.20 |
| HSL | 156.56º | 0.59% | 0.5% | - |
| HSV(B) | 156.56º | 0.74% | 0.8% | - |
| XYZ | 27.81 | 45.46 | 33.69 | - |
| YUV | 151.13 | 123.97 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 144 | 0.74 | 0 | 0.29 | 0.20 | 156.56 | 0.59 | 0.5 |
| Hex | 34 | CB | 90 | 4A | 0 | 1D | 14 | 9D | 3B | 32 |
| Octal | 64 | 313 | 220 | 112 | 0 | 35 | 24 | 235 | 73 | 62 |
| Binary | 110100 | 11001011 | 10010000 | 1001010 | 0 | 11101 | 10100 | 10011101 | 111011 | 110010 |
Color Harmonies of #34CB90
Complementary color
Monochromatic Colors of #34CB90
Black with #34CB90
Text Example
Text Example
White with #34CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CB90; }
p { color: rgb(52,203,144); }
H1.HeaderClassName
{
color: #34CB90;
}
.AnyTagClassName
{
color: #34CB90;
}
</style>
background-color css
<style>
a { background-color: #34CB90; }
a { background-color: rgb(52,203,144); }
div.DivClassName
{
background-color: #34CB90;
}
.BgClassName
{
background-color: #34CB90;
}
</style>
border-color css
<style>
span { border-color: #34CB90; }
span { border-color: rgb(52,203,144); }
td.TdClassName
{
border-color: #34CB90;
}
.TagClassName
{
border-color: #34CB90;
}
</style>