#34C5AA

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

Shades of Shamrock #34C5AA

Tints of Shamrock #34C5AA

Color information

#34C5AA (or 0x34C5AA) is unknown color: approx Shamrock. HEX triplet: 34, C5 and AA. RGB value is (52,197,170). Sum of RGB (Red+Green+Blue) = 52+197+170=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #34C5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C5AA is #CB3A55. Grayscale: #969696. Windows color (decimal): -13318742 or 11191604. OLE color: 11191604.

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

Color convert

RGB52197170-
CMYK0.7400.140.23
HSL168.83º58.23%48.82%-
HSV(B)168.83º73.6%77.25%-
XYZ28.6443.5644.93-
YUV150.57138.9657.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.41%
GREEN value IS 197 (77.34% from 255) = 47.02%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=12.41%
G=47.02%
B=40.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521971700.7400.140.23168.8358.2348.82
Hex34C5AA4A0E17a93a31
Octal64305252112016272517261
Binary11010011000101101010101001010011101011110101001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,197,170); }

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

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

 a { background-color: rgb(52,197,170); }

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

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

 span { border-color: rgb(52,197,170); }

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