#34B85D

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

Shades of Medium Sea Green #34B85D

Tints of Medium Sea Green #34B85D

Color information

#34B85D (or 0x34B85D) is unknown color: approx Medium Sea Green. HEX triplet: 34, B8 and 5D. RGB value is (52,184,93). Sum of RGB (Red+Green+Blue) = 52+184+93=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #34B85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B85D is #CB47A2. Grayscale: #868686. Windows color (decimal): -13322147 or 6142004. OLE color: 6142004.

HSL color Cylindrical-coordinate representation of color #34B85D: hue angle of 138.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B85D is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB5218493-
CMYK0.7200.490.28
HSL138.64º55.93%46.27%-
HSV(B)138.64º71.74%72.16%-
XYZ20.5335.816.18-
YUV134.16104.7769.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 184 (72.27% from 255) = 55.93%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=15.81%
G=55.93%
B=28.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52184930.7200.490.28138.6455.9346.27
Hex34B85D480311C8b382e
Octal64270135110061342137056
Binary110100101110001011101100100001100011110010001011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,184,93); }

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

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

 a { background-color: rgb(52,184,93); }

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

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

 span { border-color: rgb(52,184,93); }

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