Shades of Shamrock #34CBA0
Tints of Shamrock #34CBA0
RGB
CMYK
RGB Variations
Color information
#34CBA0 (or 0x34CBA0) is known color: Shamrock. HEX triplet: 34, CB and A0. RGB value is (52,203,160). Sum of RGB (Red+Green+Blue) = 52+203+160=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #34CBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CBA0 is #CB345F. Grayscale: #989898. Windows color (decimal): -13317216 or 10537780. OLE color: 10537780.
HSL color Cylindrical-coordinate representation of color #34CBA0: hue angle of 162.91º 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 #34CBA0 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 160 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.20 |
| HSL | 162.91º | 0.59% | 0.5% | - |
| HSV(B) | 162.91º | 0.74% | 0.8% | - |
| XYZ | 29.12 | 45.98 | 40.6 | - |
| YUV | 152.95 | 131.97 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 160 | 0.74 | 0 | 0.21 | 0.20 | 162.91 | 0.59 | 0.5 |
| Hex | 34 | CB | A0 | 4A | 0 | 15 | 14 | A3 | 3B | 32 |
| Octal | 64 | 313 | 240 | 112 | 0 | 25 | 24 | 243 | 73 | 62 |
| Binary | 110100 | 11001011 | 10100000 | 1001010 | 0 | 10101 | 10100 | 10100011 | 111011 | 110010 |
Color Harmonies of #34CBA0
Complementary color
Monochromatic Colors of #34CBA0
Black with #34CBA0
Text Example
Text Example
White with #34CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBA0; }
p { color: rgb(52,203,160); }
H1.HeaderClassName
{
color: #34CBA0;
}
.AnyTagClassName
{
color: #34CBA0;
}
</style>
background-color css
<style>
a { background-color: #34CBA0; }
a { background-color: rgb(52,203,160); }
div.DivClassName
{
background-color: #34CBA0;
}
.BgClassName
{
background-color: #34CBA0;
}
</style>
border-color css
<style>
span { border-color: #34CBA0; }
span { border-color: rgb(52,203,160); }
td.TdClassName
{
border-color: #34CBA0;
}
.TagClassName
{
border-color: #34CBA0;
}
</style>