#34C4A9

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

Shades of Shamrock #34C4A9

Tints of Shamrock #34C4A9

Color information

#34C4A9 (or 0x34C4A9) is unknown color: approx Shamrock. HEX triplet: 34, C4 and A9. RGB value is (52,196,169). Sum of RGB (Red+Green+Blue) = 52+196+169=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 196 - color contains mainly: green. Hex color #34C4A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C4A9 is #CB3B56. Grayscale: #959595. Windows color (decimal): -13318999 or 11125812. OLE color: 11125812.

HSL color Cylindrical-coordinate representation of color #34C4A9: hue angle of 168.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C4A9 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB52196169-
CMYK0.7300.140.23
HSL168.75º58.06%48.63%-
HSV(B)168.75º73.47%76.86%-
XYZ28.3243.0744.36-
YUV149.87138.7958.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.47%
GREEN value IS 196 (76.95% from 255) = 47.00%
BLUE value IS 169 (66.41% from 255) = 40.53%
R=12.47%
G=47.00%
B=40.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521961690.7300.140.23168.7558.0648.63
Hex34C4A9490E17a93a31
Octal64304251111016272517261
Binary11010011000100101010011001001011101011110101001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,196,169); }

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

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

 a { background-color: rgb(52,196,169); }

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

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

 span { border-color: rgb(52,196,169); }

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