#34CC94

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

Shades of Shamrock #34CC94

Tints of Shamrock #34CC94

Color information

#34CC94 (or 0x34CC94) is unknown color: approx Shamrock. HEX triplet: 34, CC and 94. RGB value is (52,204,148). Sum of RGB (Red+Green+Blue) = 52+204+148=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CC94 is #CB336B. Grayscale: #989898. Windows color (decimal): -13316972 or 9751604. OLE color: 9751604.

HSL color Cylindrical-coordinate representation of color #34CC94: hue angle of 157.89º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CC94 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB52204148-
CMYK0.7500.270.2
HSL157.89º59.84%50.2%-
HSV(B)157.89º74.51%80%-
XYZ28.3546.0535.41-
YUV152.17125.6456.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.87%
GREEN value IS 204 (80.08% from 255) = 50.50%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=12.87%
G=50.50%
B=36.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal522041480.7500.270.2157.8959.8450.2
Hex34CC944B01B149e3c32
Octal64314224113033242367462
Binary110100110011001001010010010110110111010010011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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