#34A572

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

Shades of Medium Sea Green #34A572

Tints of Medium Sea Green #34A572

Color information

#34A572 (or 0x34A572) is unknown color: approx Medium Sea Green. HEX triplet: 34, A5 and 72. RGB value is (52,165,114). Sum of RGB (Red+Green+Blue) = 52+165+114=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #34A572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A572 is #CB5A8D. Grayscale: #7D7D7D. Windows color (decimal): -13326990 or 7513396. OLE color: 7513396.

HSL color Cylindrical-coordinate representation of color #34A572: hue angle of 152.92º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A572 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB52165114-
CMYK0.6800.310.35
HSL152.92º52.07%42.55%-
HSV(B)152.92º68.48%64.71%-
XYZ17.9128.8620.55-
YUV125.4121.5675.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.71%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=15.71%
G=49.85%
B=34.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521651140.6800.310.35152.9252.0742.55
Hex34A5724401F2399342b
Octal64245162104037432316453
Binary110100101001011110010100010001111110001110011001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,165,114); }

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

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

 a { background-color: rgb(52,165,114); }

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

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

 span { border-color: rgb(52,165,114); }

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