#34E1A9

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

Shades of Shamrock #34E1A9

Tints of Shamrock #34E1A9

Color information

#34E1A9 (or 0x34E1A9) is unknown color: approx Shamrock. HEX triplet: 34, E1 and A9. RGB value is (52,225,169). Sum of RGB (Red+Green+Blue) = 52+225+169=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #34E1A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E1A9 is #CB1E56. Grayscale: #A6A6A6. Windows color (decimal): -13311575 or 11133236. OLE color: 11133236.

HSL color Cylindrical-coordinate representation of color #34E1A9: hue angle of 160.58º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E1A9 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB52225169-
CMYK0.7700.250.12
HSL160.58º74.25%54.31%-
HSV(B)160.58º76.89%88.24%-
XYZ35.557.4546.75-
YUV166.89129.1946.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.66%
GREEN value IS 225 (88.28% from 255) = 50.45%
BLUE value IS 169 (66.41% from 255) = 37.89%
R=11.66%
G=50.45%
B=37.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal522251690.7700.250.12160.5874.2554.31
Hex34E1A94D019Ca14a36
Octal643412511150311424111266
Binary110100111000011010100110011010110011100101000011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,225,169); }

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

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

 a { background-color: rgb(52,225,169); }

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

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

 span { border-color: rgb(52,225,169); }

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