#34BE93

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

Shades of Shamrock #34BE93

Tints of Shamrock #34BE93

Color information

#34BE93 (or 0x34BE93) is unknown color: approx Shamrock. HEX triplet: 34, BE and 93. RGB value is (52,190,147). Sum of RGB (Red+Green+Blue) = 52+190+147=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BE93 is #CB416C. Grayscale: #8F8F8F. Windows color (decimal): -13320557 or 9682484. OLE color: 9682484.

HSL color Cylindrical-coordinate representation of color #34BE93: hue angle of 161.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BE93 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB52190147-
CMYK0.7300.230.25
HSL161.3º57.02%47.45%-
HSV(B)161.3º72.63%74.51%-
XYZ25.139.6633.94-
YUV143.84129.7862.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.37%
GREEN value IS 190 (74.61% from 255) = 48.84%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=13.37%
G=48.84%
B=37.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521901470.7300.230.25161.357.0247.45
Hex34BE934901719a1392f
Octal64276223111027312417157
Binary110100101111101001001110010010101111100110100001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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