#34C382

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

Shades of Medium Sea Green #34C382

Tints of Medium Sea Green #34C382

Color information

#34C382 (or 0x34C382) is unknown color: approx Medium Sea Green. HEX triplet: 34, C3 and 82. RGB value is (52,195,130). Sum of RGB (Red+Green+Blue) = 52+195+130=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #34C382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C382 is #CB3C7D. Grayscale: #909090. Windows color (decimal): -13319294 or 8569652. OLE color: 8569652.

HSL color Cylindrical-coordinate representation of color #34C382: hue angle of 152.73º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C382 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB52195130-
CMYK0.7300.330.24
HSL152.73º57.89%48.43%-
HSV(B)152.73º73.33%76.47%-
XYZ24.9641.3727.79-
YUV144.83119.6261.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.79%
GREEN value IS 195 (76.56% from 255) = 51.72%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=13.79%
G=51.72%
B=34.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521951300.7300.330.24152.7357.8948.43
Hex34C3824902118993a30
Octal64303202111041302317260
Binary1101001100001110000010100100101000011100010011001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,195,130); }

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

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

 a { background-color: rgb(52,195,130); }

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

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

 span { border-color: rgb(52,195,130); }

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