#34BEA4

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

Shades of Shamrock #34BEA4

Tints of Shamrock #34BEA4

Color information

#34BEA4 (or 0x34BEA4) is unknown color: approx Shamrock. HEX triplet: 34, BE and A4. RGB value is (52,190,164). Sum of RGB (Red+Green+Blue) = 52+190+164=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BEA4 is #CB415B. Grayscale: #919191. Windows color (decimal): -13320540 or 10796596. OLE color: 10796596.

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

Color convert

RGB52190164-
CMYK0.7300.140.25
HSL168.7º57.02%47.45%-
HSV(B)168.7º72.63%74.51%-
XYZ26.5340.2441.49-
YUV145.77138.2861.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.81%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 164 (64.45% from 255) = 40.39%
R=12.81%
G=46.80%
B=40.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521901640.7300.140.25168.757.0247.45
Hex34BEA4490E19a9392f
Octal64276244111016312517157
Binary11010010111110101001001001001011101100110101001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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