#34B074

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

Shades of Medium Sea Green #34B074

Tints of Medium Sea Green #34B074

Color information

#34B074 (or 0x34B074) is unknown color: approx Medium Sea Green. HEX triplet: 34, B0 and 74. RGB value is (52,176,116). Sum of RGB (Red+Green+Blue) = 52+176+116=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #34B074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34B074 is #CB4F8B. Grayscale: #848484. Windows color (decimal): -13324172 or 7647284. OLE color: 7647284.

HSL color Cylindrical-coordinate representation of color #34B074: hue angle of 150.97º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34B074 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB52176116-
CMYK0.7000.340.31
HSL150.97º54.39%44.71%-
HSV(B)150.97º70.45%69.02%-
XYZ20.0933.0421.84-
YUV132.08118.9270.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 176 (69.14% from 255) = 51.16%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=15.12%
G=51.16%
B=33.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521761160.7000.340.31150.9754.3944.71
Hex34B074460221F97362d
Octal64260164106042372276655
Binary110100101100001110100100011001000101111110010111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,176,116); }

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

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

 a { background-color: rgb(52,176,116); }

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

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

 span { border-color: rgb(52,176,116); }

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