Shades of Shamrock #34BEA0
Tints of Shamrock #34BEA0
RGB
CMYK
RGB Variations
Color information
#34BEA0 (or 0x34BEA0) is known color: Shamrock. HEX triplet: 34, BE and A0. RGB value is (52,190,160). Sum of RGB (Red+Green+Blue) = 52+190+160=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BEA0 is #CB415F. Grayscale: #919191. Windows color (decimal): -13320544 or 10534452. OLE color: 10534452.
HSL color Cylindrical-coordinate representation of color #34BEA0: hue angle of 166.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BEA0 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 190 | 160 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.25 |
| HSL | 166.96º | 0.57% | 0.47% | - |
| HSV(B) | 166.96º | 0.73% | 0.75% | - |
| XYZ | 26.17 | 40.1 | 39.62 | - |
| YUV | 145.32 | 136.28 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 160 | 0.73 | 0 | 0.16 | 0.25 | 166.96 | 0.57 | 0.47 |
| Hex | 34 | BE | A0 | 49 | 0 | 10 | 19 | A7 | 39 | 2F |
| Octal | 64 | 276 | 240 | 111 | 0 | 20 | 31 | 247 | 71 | 57 |
| Binary | 110100 | 10111110 | 10100000 | 1001001 | 0 | 10000 | 11001 | 10100111 | 111001 | 101111 |
Color Harmonies of #34BEA0
Complementary color
Monochromatic Colors of #34BEA0
Black with #34BEA0
Text Example
Text Example
White with #34BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BEA0; }
p { color: rgb(52,190,160); }
H1.HeaderClassName
{
color: #34BEA0;
}
.AnyTagClassName
{
color: #34BEA0;
}
</style>
background-color css
<style>
a { background-color: #34BEA0; }
a { background-color: rgb(52,190,160); }
div.DivClassName
{
background-color: #34BEA0;
}
.BgClassName
{
background-color: #34BEA0;
}
</style>
border-color css
<style>
span { border-color: #34BEA0; }
span { border-color: rgb(52,190,160); }
td.TdClassName
{
border-color: #34BEA0;
}
.TagClassName
{
border-color: #34BEA0;
}
</style>