#34C189

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

Shades of Shamrock #34C189

Tints of Shamrock #34C189

Color information

#34C189 (or 0x34C189) is unknown color: approx Shamrock. HEX triplet: 34, C1 and 89. RGB value is (52,193,137). Sum of RGB (Red+Green+Blue) = 52+193+137=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #34C189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C189 is #CB3E76. Grayscale: #909090. Windows color (decimal): -13319799 or 9027892. OLE color: 9027892.

HSL color Cylindrical-coordinate representation of color #34C189: hue angle of 156.17º 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 #34C189 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB52193137-
CMYK0.7300.290.24
HSL156.17º57.55%48.04%-
HSV(B)156.17º73.06%75.69%-
XYZ2540.6830.2-
YUV144.46123.7962.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.61%
GREEN value IS 193 (75.78% from 255) = 50.52%
BLUE value IS 137 (53.91% from 255) = 35.86%
R=13.61%
G=50.52%
B=35.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521931370.7300.290.24156.1757.5548.04
Hex34C1894901D189c3a30
Octal64301211111035302347260
Binary110100110000011000100110010010111011100010011100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,193,137); }

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

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

 a { background-color: rgb(52,193,137); }

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

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

 span { border-color: rgb(52,193,137); }

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