#34C29E

Color #34C29E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #34C29E

Tints of Shamrock #34C29E

Color information

#34C29E (or 0x34C29E) is unknown color: approx Shamrock. HEX triplet: 34, C2 and 9E. RGB value is (52,194,158). Sum of RGB (Red+Green+Blue) = 52+194+158=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #34C29E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C29E is #CB3D61. Grayscale: #939393. Windows color (decimal): -13319522 or 10404404. OLE color: 10404404.

HSL color Cylindrical-coordinate representation of color #34C29E: hue angle of 164.79º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C29E is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB52194158-
CMYK0.7300.190.24
HSL164.79º57.72%48.24%-
HSV(B)164.79º73.2%76.08%-
XYZ26.8841.7839-
YUV147.44133.9659.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 12.87%
GREEN value IS 194 (76.17% from 255) = 48.02%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=12.87%
G=48.02%
B=39.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521941580.7300.190.24164.7957.7248.24
Hex34C29E4901318a53a30
Octal64302236111023302457260
Binary110100110000101001111010010010100111100010100101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34C29E; }

 p { color: rgb(52,194,158); }

 H1.HeaderClassName
 {
   color: #34C29E;
 }
 .AnyTagClassName
 {
   color: #34C29E;
 }
</style>
background-color css

<style>
 a { background-color: #34C29E; }

 a { background-color: rgb(52,194,158); }

 div.DivClassName
 {
   background-color: #34C29E;
 }
 .BgClassName
 {
   background-color: #34C29E;
 }
</style>
border-color css

<style>
 span { border-color: #34C29E; }

 span { border-color: rgb(52,194,158); }

 td.TdClassName
 {
   border-color: #34C29E;
 }
 .TagClassName
 {
   border-color: #34C29E;
 }
</style>