#34CA5A

Color #34CA5A Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #34CA5A

Tints of Medium Sea Green #34CA5A

Color information

#34CA5A (or 0x34CA5A) is unknown color: approx Medium Sea Green. HEX triplet: 34, CA and 5A. RGB value is (52,202,90). Sum of RGB (Red+Green+Blue) = 52+202+90=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CA5A is #CB35A5. Grayscale: #909090. Windows color (decimal): -13317542 or 5950004. OLE color: 5950004.

HSL color Cylindrical-coordinate representation of color #34CA5A: hue angle of 135.2º 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 #34CA5A is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB5220290-
CMYK0.7400.550.21
HSL135.2º59.06%49.8%-
HSV(B)135.2º74.26%79.22%-
XYZ24.3843.7116.82-
YUV144.3897.362.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 202 (79.30% from 255) = 58.72%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=15.12%
G=58.72%
B=26.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52202900.7400.550.21135.259.0649.8
Hex34CA5A4A03715873b32
Octal64312132112067252077362
Binary110100110010101011010100101001101111010110000111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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