#34A375

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

Shades of Medium Sea Green #34A375

Tints of Medium Sea Green #34A375

Color information

#34A375 (or 0x34A375) is unknown color: approx Medium Sea Green. HEX triplet: 34, A3 and 75. RGB value is (52,163,117). Sum of RGB (Red+Green+Blue) = 52+163+117=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #34A375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A375 is #CB5C8A. Grayscale: #7C7C7C. Windows color (decimal): -13327499 or 7709492. OLE color: 7709492.

HSL color Cylindrical-coordinate representation of color #34A375: hue angle of 155.14º 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 #34A375 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB52163117-
CMYK0.6800.280.36
HSL155.14º51.63%42.16%-
HSV(B)155.14º68.1%63.92%-
XYZ17.7228.2121.34-
YUV124.57123.7376.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 163 (64.06% from 255) = 49.10%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=15.66%
G=49.10%
B=35.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521631170.6800.280.36155.1451.6342.16
Hex34A3754401C249b342a
Octal64243165104034442336452
Binary110100101000111110101100010001110010010010011011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,163,117); }

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

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

 a { background-color: rgb(52,163,117); }

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

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

 span { border-color: rgb(52,163,117); }

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