#34CA8A

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

Shades of Shamrock #34CA8A

Tints of Shamrock #34CA8A

Color information

#34CA8A (or 0x34CA8A) is unknown color: approx Shamrock. HEX triplet: 34, CA and 8A. RGB value is (52,202,138). Sum of RGB (Red+Green+Blue) = 52+202+138=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CA8A is #CB3575. Grayscale: #959595. Windows color (decimal): -13317494 or 9095732. OLE color: 9095732.

HSL color Cylindrical-coordinate representation of color #34CA8A: hue angle of 154.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CA8A is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB52202138-
CMYK0.7400.320.21
HSL154.4º59.06%49.8%-
HSV(B)154.4º74.26%79.22%-
XYZ27.1244.8131.26-
YUV149.85121.358.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.27%
GREEN value IS 202 (79.30% from 255) = 51.53%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=13.27%
G=51.53%
B=35.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522021380.7400.320.21154.459.0649.8
Hex34CA8A4A020159a3b32
Octal64312212112040252327362
Binary1101001100101010001010100101001000001010110011010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,202,138); }

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

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

 a { background-color: rgb(52,202,138); }

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

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

 span { border-color: rgb(52,202,138); }

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