#34BC6C

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

Shades of Medium Sea Green #34BC6C

Tints of Medium Sea Green #34BC6C

Color information

#34BC6C (or 0x34BC6C) is unknown color: approx Medium Sea Green. HEX triplet: 34, BC and 6C. RGB value is (52,188,108). Sum of RGB (Red+Green+Blue) = 52+188+108=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BC6C is #CB4393. Grayscale: #8A8A8A. Windows color (decimal): -13321108 or 7126068. OLE color: 7126068.

HSL color Cylindrical-coordinate representation of color #34BC6C: hue angle of 144.71º 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 #34BC6C is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB52188108-
CMYK0.7200.430.26
HSL144.71º56.67%47.06%-
HSV(B)144.71º72.34%73.73%-
XYZ22.1137.7820.31-
YUV138.22110.9466.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.94%
GREEN value IS 188 (73.83% from 255) = 54.02%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=14.94%
G=54.02%
B=31.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521881080.7200.430.26144.7156.6747.06
Hex34BC6C4802B1A91392f
Octal64274154110053322217157
Binary110100101111001101100100100001010111101010010001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,188,108); }

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

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

 a { background-color: rgb(52,188,108); }

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

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

 span { border-color: rgb(52,188,108); }

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