#34C194

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

Shades of Shamrock #34C194

Tints of Shamrock #34C194

Color information

#34C194 (or 0x34C194) is unknown color: approx Shamrock. HEX triplet: 34, C1 and 94. RGB value is (52,193,148). Sum of RGB (Red+Green+Blue) = 52+193+148=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #34C194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C194 is #CB3E6B. Grayscale: #919191. Windows color (decimal): -13319788 or 9748788. OLE color: 9748788.

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

Color convert

RGB52193148-
CMYK0.7300.230.24
HSL160.85º57.55%48.04%-
HSV(B)160.85º73.06%75.69%-
XYZ25.8341.0134.57-
YUV145.71129.2961.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.23%
GREEN value IS 193 (75.78% from 255) = 49.11%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=13.23%
G=49.11%
B=37.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521931480.7300.230.24160.8557.5548.04
Hex34C1944901718a13a30
Octal64301224111027302417260
Binary110100110000011001010010010010101111100010100001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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