#34A474

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

Shades of Medium Sea Green #34A474

Tints of Medium Sea Green #34A474

Color information

#34A474 (or 0x34A474) is unknown color: approx Medium Sea Green. HEX triplet: 34, A4 and 74. RGB value is (52,164,116). Sum of RGB (Red+Green+Blue) = 52+164+116=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #34A474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A474 is #CB5B8B. Grayscale: #7D7D7D. Windows color (decimal): -13327244 or 7644212. OLE color: 7644212.

HSL color Cylindrical-coordinate representation of color #34A474: hue angle of 154.29º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A474 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB52164116-
CMYK0.6800.290.36
HSL154.29º51.85%42.35%-
HSV(B)154.29º68.29%64.31%-
XYZ17.8428.5421.09-
YUV125.04122.8975.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 164 (64.45% from 255) = 49.40%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=15.66%
G=49.40%
B=34.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521641160.6800.290.36154.2951.8542.35
Hex34A4744401D249a342a
Octal64244164104035442326452
Binary110100101001001110100100010001110110010010011010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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