#34DC93

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

Shades of Shamrock #34DC93

Tints of Shamrock #34DC93

Color information

#34DC93 (or 0x34DC93) is unknown color: approx Shamrock. HEX triplet: 34, DC and 93. RGB value is (52,220,147). Sum of RGB (Red+Green+Blue) = 52+220+147=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DC93 is #CB236C. Grayscale: #A1A1A1. Windows color (decimal): -13312877 or 9690164. OLE color: 9690164.

HSL color Cylindrical-coordinate representation of color #34DC93: hue angle of 153.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DC93 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB52220147-
CMYK0.7600.330.14
HSL153.93º70.59%53.33%-
HSV(B)153.93º76.36%86.27%-
XYZ32.2854.0236.33-
YUV161.45119.8449.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.41%
GREEN value IS 220 (86.33% from 255) = 52.51%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=12.41%
G=52.51%
B=35.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal522201470.7600.330.14153.9370.5953.33
Hex34DC934C021E9a4735
Octal643342231140411623210765
Binary1101001101110010010011100110001000011110100110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,220,147); }

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

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

 a { background-color: rgb(52,220,147); }

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

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

 span { border-color: rgb(52,220,147); }

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