Shades of Shamrock #34BEA4
Tints of Shamrock #34BEA4
RGB
CMYK
RGB Variations
Color information
#34BEA4 (or 0x34BEA4) is known color: Shamrock. HEX triplet: 34, BE and A4. RGB value is (52,190,164). Sum of RGB (Red+Green+Blue) = 52+190+164=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BEA4 is #CB415B. Grayscale: #919191. Windows color (decimal): -13320540 or 10796596. OLE color: 10796596.
HSL color Cylindrical-coordinate representation of color #34BEA4: hue angle of 168.7º 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 #34BEA4 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 190 | 164 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.25 |
| HSL | 168.7º | 0.57% | 0.47% | - |
| HSV(B) | 168.7º | 0.73% | 0.75% | - |
| XYZ | 26.53 | 40.24 | 41.49 | - |
| YUV | 145.77 | 138.28 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 164 | 0.73 | 0 | 0.14 | 0.25 | 168.7 | 0.57 | 0.47 |
| Hex | 34 | BE | A4 | 49 | 0 | E | 19 | A9 | 39 | 2F |
| Octal | 64 | 276 | 244 | 111 | 0 | 16 | 31 | 251 | 71 | 57 |
| Binary | 110100 | 10111110 | 10100100 | 1001001 | 0 | 1110 | 11001 | 10101001 | 111001 | 101111 |
Color Harmonies of #34BEA4
Complementary color
Monochromatic Colors of #34BEA4
Black with #34BEA4
Text Example
Text Example
White with #34BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BEA4; }
p { color: rgb(52,190,164); }
H1.HeaderClassName
{
color: #34BEA4;
}
.AnyTagClassName
{
color: #34BEA4;
}
</style>
background-color css
<style>
a { background-color: #34BEA4; }
a { background-color: rgb(52,190,164); }
div.DivClassName
{
background-color: #34BEA4;
}
.BgClassName
{
background-color: #34BEA4;
}
</style>
border-color css
<style>
span { border-color: #34BEA4; }
span { border-color: rgb(52,190,164); }
td.TdClassName
{
border-color: #34BEA4;
}
.TagClassName
{
border-color: #34BEA4;
}
</style>