#34CA6F

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

Shades of Medium Sea Green #34CA6F

Tints of Medium Sea Green #34CA6F

Color information

#34CA6F (or 0x34CA6F) is unknown color: approx Medium Sea Green. HEX triplet: 34, CA and 6F. RGB value is (52,202,111). Sum of RGB (Red+Green+Blue) = 52+202+111=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CA6F is #CB3590. Grayscale: #929292. Windows color (decimal): -13317521 or 7326260. OLE color: 7326260.

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

Color convert

RGB52202111-
CMYK0.7400.450.21
HSL143.6º59.06%49.8%-
HSV(B)143.6º74.26%79.22%-
XYZ25.4144.1222.22-
YUV146.78107.860.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.25%
GREEN value IS 202 (79.30% from 255) = 55.34%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=14.25%
G=55.34%
B=30.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522021110.7400.450.21143.659.0649.8
Hex34CA6F4A02D15903b32
Octal64312157112055252207362
Binary110100110010101101111100101001011011010110010000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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