#34BE9B

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

Shades of Shamrock #34BE9B

Tints of Shamrock #34BE9B

Color information

#34BE9B (or 0x34BE9B) is unknown color: approx Shamrock. HEX triplet: 34, BE and 9B. RGB value is (52,190,155). Sum of RGB (Red+Green+Blue) = 52+190+155=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BE9B is #CB4164. Grayscale: #909090. Windows color (decimal): -13320549 or 10206772. OLE color: 10206772.

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

Color convert

RGB52190155-
CMYK0.7300.180.25
HSL164.78º57.02%47.45%-
HSV(B)164.78º72.63%74.51%-
XYZ25.7539.9237.36-
YUV144.75133.7861.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.10%
GREEN value IS 190 (74.61% from 255) = 47.86%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=13.10%
G=47.86%
B=39.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521901550.7300.180.25164.7857.0247.45
Hex34BE9B4901219a5392f
Octal64276233111022312457157
Binary110100101111101001101110010010100101100110100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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