Shades of Shamrock #34CAA0
Tints of Shamrock #34CAA0
RGB
CMYK
RGB Variations
Color information
#34CAA0 (or 0x34CAA0) is known color: Shamrock. HEX triplet: 34, CA and A0. RGB value is (52,202,160). Sum of RGB (Red+Green+Blue) = 52+202+160=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CAA0 is #CB355F. Grayscale: #989898. Windows color (decimal): -13317472 or 10537524. OLE color: 10537524.
HSL color Cylindrical-coordinate representation of color #34CAA0: hue angle of 163.2º 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 #34CAA0 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 160 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.21 |
| HSL | 163.2º | 0.59% | 0.5% | - |
| HSV(B) | 163.2º | 0.74% | 0.79% | - |
| XYZ | 28.88 | 45.51 | 40.52 | - |
| YUV | 152.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 160 | 0.74 | 0 | 0.21 | 0.21 | 163.2 | 0.59 | 0.5 |
| Hex | 34 | CA | A0 | 4A | 0 | 15 | 15 | A3 | 3B | 32 |
| Octal | 64 | 312 | 240 | 112 | 0 | 25 | 25 | 243 | 73 | 62 |
| Binary | 110100 | 11001010 | 10100000 | 1001010 | 0 | 10101 | 10101 | 10100011 | 111011 | 110010 |
Color Harmonies of #34CAA0
Complementary color
Monochromatic Colors of #34CAA0
Black with #34CAA0
Text Example
Text Example
White with #34CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CAA0; }
p { color: rgb(52,202,160); }
H1.HeaderClassName
{
color: #34CAA0;
}
.AnyTagClassName
{
color: #34CAA0;
}
</style>
background-color css
<style>
a { background-color: #34CAA0; }
a { background-color: rgb(52,202,160); }
div.DivClassName
{
background-color: #34CAA0;
}
.BgClassName
{
background-color: #34CAA0;
}
</style>
border-color css
<style>
span { border-color: #34CAA0; }
span { border-color: rgb(52,202,160); }
td.TdClassName
{
border-color: #34CAA0;
}
.TagClassName
{
border-color: #34CAA0;
}
</style>