#34CA6C

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

Shades of Medium Sea Green #34CA6C

Tints of Medium Sea Green #34CA6C

Color information

#34CA6C (or 0x34CA6C) is unknown color: approx Medium Sea Green. HEX triplet: 34, CA and 6C. RGB value is (52,202,108). Sum of RGB (Red+Green+Blue) = 52+202+108=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CA6C is #CB3593. Grayscale: #929292. Windows color (decimal): -13317524 or 7129652. OLE color: 7129652.

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

Color convert

RGB52202108-
CMYK0.7400.470.21
HSL142.4º59.06%49.8%-
HSV(B)142.4º74.26%79.22%-
XYZ25.2444.0521.36-
YUV146.43106.360.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.36%
GREEN value IS 202 (79.30% from 255) = 55.80%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=14.36%
G=55.80%
B=29.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522021080.7400.470.21142.459.0649.8
Hex34CA6C4A02F158e3b32
Octal64312154112057252167362
Binary110100110010101101100100101001011111010110001110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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