#34C984

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

Shades of Shamrock #34C984

Tints of Shamrock #34C984

Color information

#34C984 (or 0x34C984) is unknown color: approx Shamrock. HEX triplet: 34, C9 and 84. RGB value is (52,201,132). Sum of RGB (Red+Green+Blue) = 52+201+132=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #34C984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C984 is #CB367B. Grayscale: #949494. Windows color (decimal): -13317756 or 8702260. OLE color: 8702260.

HSL color Cylindrical-coordinate representation of color #34C984: hue angle of 152.21º 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 #34C984 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB52201132-
CMYK0.7400.340.21
HSL152.21º58.89%49.61%-
HSV(B)152.21º74.13%78.82%-
XYZ26.4744.1728.96-
YUV148.58118.6459.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.51%
GREEN value IS 201 (78.91% from 255) = 52.21%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=13.51%
G=52.21%
B=34.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522011320.7400.340.21152.2158.8949.61
Hex34C9844A02215983b32
Octal64311204112042252307362
Binary1101001100100110000100100101001000101010110011000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,201,132); }

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

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

 a { background-color: rgb(52,201,132); }

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

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

 span { border-color: rgb(52,201,132); }

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