#34CA80

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

Shades of Shamrock #34CA80

Tints of Shamrock #34CA80

Color information

#34CA80 (or 0x34CA80) is unknown color: approx Shamrock. HEX triplet: 34, CA and 80. RGB value is (52,202,128). Sum of RGB (Red+Green+Blue) = 52+202+128=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CA80 is #CB357F. Grayscale: #949494. Windows color (decimal): -13317504 or 8440372. OLE color: 8440372.

HSL color Cylindrical-coordinate representation of color #34CA80: hue angle of 150.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CA80 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB52202128-
CMYK0.7400.370.21
HSL150.4º59.06%49.8%-
HSV(B)150.4º74.26%79.22%-
XYZ26.4344.5327.62-
YUV148.71116.359.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.61%
GREEN value IS 202 (79.30% from 255) = 52.88%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=13.61%
G=52.88%
B=33.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522021280.7400.370.21150.459.0649.8
Hex34CA804A02515963b32
Octal64312200112045252267362
Binary1101001100101010000000100101001001011010110010110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,202,128); }

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

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

 a { background-color: rgb(52,202,128); }

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

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

 span { border-color: rgb(52,202,128); }

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