#34BD7E

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

Shades of Medium Sea Green #34BD7E

Tints of Medium Sea Green #34BD7E

Color information

#34BD7E (or 0x34BD7E) is unknown color: approx Medium Sea Green. HEX triplet: 34, BD and 7E. RGB value is (52,189,126). Sum of RGB (Red+Green+Blue) = 52+189+126=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BD7E is #CB4281. Grayscale: #8C8C8C. Windows color (decimal): -13320834 or 8305972. OLE color: 8305972.

HSL color Cylindrical-coordinate representation of color #34BD7E: hue angle of 152.41º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BD7E is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB52189126-
CMYK0.7200.330.26
HSL152.41º56.85%47.25%-
HSV(B)152.41º72.49%74.12%-
XYZ23.3838.6325.96-
YUV140.85119.6164.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.17%
GREEN value IS 189 (74.22% from 255) = 51.50%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=14.17%
G=51.50%
B=34.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521891260.7200.330.26152.4156.8547.25
Hex34BD7E480211A98392f
Octal64275176110041322307157
Binary110100101111011111110100100001000011101010011000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,189,126); }

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

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

 a { background-color: rgb(52,189,126); }

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

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

 span { border-color: rgb(52,189,126); }

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