#34BC6A

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

Shades of Medium Sea Green #34BC6A

Tints of Medium Sea Green #34BC6A

Color information

#34BC6A (or 0x34BC6A) is unknown color: approx Medium Sea Green. HEX triplet: 34, BC and 6A. RGB value is (52,188,106). Sum of RGB (Red+Green+Blue) = 52+188+106=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BC6A is #CB4395. Grayscale: #8A8A8A. Windows color (decimal): -13321110 or 6994996. OLE color: 6994996.

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

Color convert

RGB52188106-
CMYK0.7200.440.26
HSL143.82º56.67%47.06%-
HSV(B)143.82º72.34%73.73%-
XYZ2237.7419.76-
YUV137.99109.9466.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 188 (73.83% from 255) = 54.34%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=15.03%
G=54.34%
B=30.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521881060.7200.440.26143.8256.6747.06
Hex34BC6A4802C1A90392f
Octal64274152110054322207157
Binary110100101111001101010100100001011001101010010000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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