#34D1B2

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

Shades of Shamrock #34D1B2

Tints of Shamrock #34D1B2

Color information

#34D1B2 (or 0x34D1B2) is unknown color: approx Shamrock. HEX triplet: 34, D1 and B2. RGB value is (52,209,178). Sum of RGB (Red+Green+Blue) = 52+209+178=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #34D1B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D1B2 is #CB2E4D. Grayscale: #9E9E9E. Windows color (decimal): -13315662 or 11718964. OLE color: 11718964.

HSL color Cylindrical-coordinate representation of color #34D1B2: hue angle of 168.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D1B2 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB52209178-
CMYK0.7500.150.18
HSL168.15º63.05%51.18%-
HSV(B)168.15º75.12%81.96%-
XYZ32.2549.5549.98-
YUV158.52138.9952.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.85%
GREEN value IS 209 (82.03% from 255) = 47.61%
BLUE value IS 178 (69.92% from 255) = 40.55%
R=11.85%
G=47.61%
B=40.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal522091780.7500.150.18168.1563.0551.18
Hex34D1B24B0F12a83f33
Octal64321262113017222507763
Binary11010011010001101100101001011011111001010101000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,209,178); }

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

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

 a { background-color: rgb(52,209,178); }

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

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

 span { border-color: rgb(52,209,178); }

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