#34BA76

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

Shades of Medium Sea Green #34BA76

Tints of Medium Sea Green #34BA76

Color information

#34BA76 (or 0x34BA76) is unknown color: approx Medium Sea Green. HEX triplet: 34, BA and 76. RGB value is (52,186,118). Sum of RGB (Red+Green+Blue) = 52+186+118=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BA76 is #CB4589. Grayscale: #8A8A8A. Windows color (decimal): -13321610 or 7780916. OLE color: 7780916.

HSL color Cylindrical-coordinate representation of color #34BA76: hue angle of 149.55º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA76 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB52186118-
CMYK0.7200.370.27
HSL149.55º56.3%46.67%-
HSV(B)149.55º72.04%72.94%-
XYZ22.2537.1623.14-
YUV138.18116.6166.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.61%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=14.61%
G=52.25%
B=33.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521861180.7200.370.27149.5556.346.67
Hex34BA76480251B96382f
Octal64272166110045332267057
Binary110100101110101110110100100001001011101110010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,186,118); }

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

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

 a { background-color: rgb(52,186,118); }

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

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

 span { border-color: rgb(52,186,118); }

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