#34D06B

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

Shades of Medium Sea Green #34D06B

Tints of Medium Sea Green #34D06B

Color information

#34D06B (or 0x34D06B) is unknown color: approx Medium Sea Green. HEX triplet: 34, D0 and 6B. RGB value is (52,208,107). Sum of RGB (Red+Green+Blue) = 52+208+107=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #34D06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D06B is #CB2F94. Grayscale: #969696. Windows color (decimal): -13315989 or 7065652. OLE color: 7065652.

HSL color Cylindrical-coordinate representation of color #34D06B: hue angle of 141.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D06B is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB52208107-
CMYK0.7500.490.18
HSL141.15º62.4%50.98%-
HSV(B)141.15º75%81.57%-
XYZ26.6346.921.56-
YUV149.84103.8258.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.17%
GREEN value IS 208 (81.64% from 255) = 56.68%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=14.17%
G=56.68%
B=29.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal522081070.7500.490.18141.1562.450.98
Hex34D06B4B031128d3e33
Octal64320153113061222157663
Binary110100110100001101011100101101100011001010001101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,208,107); }

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

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

 a { background-color: rgb(52,208,107); }

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

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

 span { border-color: rgb(52,208,107); }

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