#34C2AB

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

Shades of Shamrock #34C2AB

Tints of Shamrock #34C2AB

Color information

#34C2AB (or 0x34C2AB) is unknown color: approx Shamrock. HEX triplet: 34, C2 and AB. RGB value is (52,194,171). Sum of RGB (Red+Green+Blue) = 52+194+171=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #34C2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C2AB is #CB3D54. Grayscale: #949494. Windows color (decimal): -13319509 or 11256372. OLE color: 11256372.

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

Color convert

RGB52194171-
CMYK0.7300.120.24
HSL170.28º57.72%48.24%-
HSV(B)170.28º73.2%76.08%-
XYZ28.0642.2545.21-
YUV148.92140.4658.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.47%
GREEN value IS 194 (76.17% from 255) = 46.52%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=12.47%
G=46.52%
B=41.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521941710.7300.120.24170.2857.7248.24
Hex34C2AB490C18aa3a30
Octal64302253111014302527260
Binary11010011000010101010111001001011001100010101010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,194,171); }

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

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

 a { background-color: rgb(52,194,171); }

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

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

 span { border-color: rgb(52,194,171); }

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