#34BE8B

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

Shades of Shamrock #34BE8B

Tints of Shamrock #34BE8B

Color information

#34BE8B (or 0x34BE8B) is unknown color: approx Shamrock. HEX triplet: 34, BE and 8B. RGB value is (52,190,139). Sum of RGB (Red+Green+Blue) = 52+190+139=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BE8B is #CB4174. Grayscale: #8E8E8E. Windows color (decimal): -13320565 or 9158196. OLE color: 9158196.

HSL color Cylindrical-coordinate representation of color #34BE8B: hue angle of 157.83º 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 #34BE8B is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB52190139-
CMYK0.7300.270.25
HSL157.83º57.02%47.45%-
HSV(B)157.83º72.63%74.51%-
XYZ24.4939.4230.74-
YUV142.92125.7863.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.65%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=13.65%
G=49.87%
B=36.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521901390.7300.270.25157.8357.0247.45
Hex34BE8B4901B199e392f
Octal64276213111033312367157
Binary110100101111101000101110010010110111100110011110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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