#34B071

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

Shades of Medium Sea Green #34B071

Tints of Medium Sea Green #34B071

Color information

#34B071 (or 0x34B071) is unknown color: approx Medium Sea Green. HEX triplet: 34, B0 and 71. RGB value is (52,176,113). Sum of RGB (Red+Green+Blue) = 52+176+113=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #34B071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34B071 is #CB4F8E. Grayscale: #838383. Windows color (decimal): -13324175 or 7450676. OLE color: 7450676.

HSL color Cylindrical-coordinate representation of color #34B071: hue angle of 149.52º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34B071 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB52176113-
CMYK0.7000.360.31
HSL149.52º54.39%44.71%-
HSV(B)149.52º70.45%69.02%-
XYZ19.9232.9720.94-
YUV131.74117.4271.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.25%
GREEN value IS 176 (69.14% from 255) = 51.61%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=15.25%
G=51.61%
B=33.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521761130.7000.360.31149.5254.3944.71
Hex34B071460241F96362d
Octal64260161106044372266655
Binary110100101100001110001100011001001001111110010110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,176,113); }

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

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

 a { background-color: rgb(52,176,113); }

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

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

 span { border-color: rgb(52,176,113); }

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