#34C6A4

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

Shades of Shamrock #34C6A4

Tints of Shamrock #34C6A4

Color information

#34C6A4 (or 0x34C6A4) is unknown color: approx Shamrock. HEX triplet: 34, C6 and A4. RGB value is (52,198,164). Sum of RGB (Red+Green+Blue) = 52+198+164=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #34C6A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C6A4 is #CB395B. Grayscale: #969696. Windows color (decimal): -13318492 or 10798644. OLE color: 10798644.

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

Color convert

RGB52198164-
CMYK0.7400.170.22
HSL166.03º58.4%49.02%-
HSV(B)166.03º73.74%77.65%-
XYZ28.3143.842.08-
YUV150.47135.6357.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.56%
GREEN value IS 198 (77.73% from 255) = 47.83%
BLUE value IS 164 (64.45% from 255) = 39.61%
R=12.56%
G=47.83%
B=39.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521981640.7400.170.22166.0358.449.02
Hex34C6A44A01116a63a31
Octal64306244112021262467261
Binary110100110001101010010010010100100011011010100110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,198,164); }

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

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

 a { background-color: rgb(52,198,164); }

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

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

 span { border-color: rgb(52,198,164); }

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