#34BEA5

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

Shades of Shamrock #34BEA5

Tints of Shamrock #34BEA5

Color information

#34BEA5 (or 0x34BEA5) is unknown color: approx Shamrock. HEX triplet: 34, BE and A5. RGB value is (52,190,165). Sum of RGB (Red+Green+Blue) = 52+190+165=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BEA5 is #CB415A. Grayscale: #919191. Windows color (decimal): -13320539 or 10862132. OLE color: 10862132.

HSL color Cylindrical-coordinate representation of color #34BEA5: hue angle of 169.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BEA5 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB52190165-
CMYK0.7300.130.25
HSL169.13º57.02%47.45%-
HSV(B)169.13º72.63%74.51%-
XYZ26.6240.2741.97-
YUV145.89138.7861.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.78%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=12.78%
G=46.68%
B=40.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521901650.7300.130.25169.1357.0247.45
Hex34BEA5490D19a9392f
Octal64276245111015312517157
Binary11010010111110101001011001001011011100110101001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,190,165); }

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

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

 a { background-color: rgb(52,190,165); }

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

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

 span { border-color: rgb(52,190,165); }

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