#34A975

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

Shades of Medium Sea Green #34A975

Tints of Medium Sea Green #34A975

Color information

#34A975 (or 0x34A975) is unknown color: approx Medium Sea Green. HEX triplet: 34, A9 and 75. RGB value is (52,169,117). Sum of RGB (Red+Green+Blue) = 52+169+117=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #34A975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A975 is #CB568A. Grayscale: #808080. Windows color (decimal): -13325963 or 7711028. OLE color: 7711028.

HSL color Cylindrical-coordinate representation of color #34A975: hue angle of 153.33º 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 #34A975 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB52169117-
CMYK0.6900.310.34
HSL153.33º52.94%43.33%-
HSV(B)153.33º69.23%66.27%-
XYZ18.8230.3921.7-
YUV128.09121.7473.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.38%
GREEN value IS 169 (66.41% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=15.38%
G=50%
B=34.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521691170.6900.310.34153.3352.9443.33
Hex34A9754501F2299352b
Octal64251165105037422316553
Binary110100101010011110101100010101111110001010011001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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