#34C19B

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

Shades of Shamrock #34C19B

Tints of Shamrock #34C19B

Color information

#34C19B (or 0x34C19B) is unknown color: approx Shamrock. HEX triplet: 34, C1 and 9B. RGB value is (52,193,155). Sum of RGB (Red+Green+Blue) = 52+193+155=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #34C19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C19B is #CB3E64. Grayscale: #929292. Windows color (decimal): -13319781 or 10207540. OLE color: 10207540.

HSL color Cylindrical-coordinate representation of color #34C19B: hue angle of 163.83º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C19B is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB52193155-
CMYK0.7300.200.24
HSL163.83º57.55%48.04%-
HSV(B)163.83º73.06%75.69%-
XYZ26.441.2437.58-
YUV146.51132.7960.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13%
GREEN value IS 193 (75.78% from 255) = 48.25%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=13%
G=48.25%
B=38.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521931550.7300.200.24163.8357.5548.04
Hex34C19B4901418a43a30
Octal64301233111024302447260
Binary110100110000011001101110010010101001100010100100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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