#34A96F

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

Shades of Medium Sea Green #34A96F

Tints of Medium Sea Green #34A96F

Color information

#34A96F (or 0x34A96F) is unknown color: approx Medium Sea Green. HEX triplet: 34, A9 and 6F. RGB value is (52,169,111). Sum of RGB (Red+Green+Blue) = 52+169+111=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #34A96F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A96F is #CB5690. Grayscale: #7F7F7F. Windows color (decimal): -13325969 or 7317812. OLE color: 7317812.

HSL color Cylindrical-coordinate representation of color #34A96F: hue angle of 150.26º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A96F is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB52169111-
CMYK0.6900.340.34
HSL150.26º52.94%43.33%-
HSV(B)150.26º69.23%66.27%-
XYZ18.4730.2519.9-
YUV127.4118.7474.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 169 (66.41% from 255) = 50.90%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=15.66%
G=50.90%
B=33.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521691110.6900.340.34150.2652.9443.33
Hex34A96F450222296352b
Octal64251157105042422266553
Binary1101001010100111011111000101010001010001010010110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,169,111); }

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

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

 a { background-color: rgb(52,169,111); }

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

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

 span { border-color: rgb(52,169,111); }

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