#35A475

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

Shades of Medium Sea Green #35A475

Tints of Medium Sea Green #35A475

Color information

#35A475 (or 0x35A475) is unknown color: approx Medium Sea Green. HEX triplet: 35, A4 and 75. RGB value is (53,164,117). Sum of RGB (Red+Green+Blue) = 53+164+117=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #35A475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A475 is #CA5B8A. Grayscale: #7D7D7D. Windows color (decimal): -13261707 or 7709749. OLE color: 7709749.

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

Color convert

RGB53164117-
CMYK0.6800.290.36
HSL154.59º51.15%42.55%-
HSV(B)154.59º67.68%64.31%-
XYZ17.9528.5921.4-
YUV125.45123.2376.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 164 (64.45% from 255) = 49.10%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=15.87%
G=49.10%
B=35.03%

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
Decimal531641170.6800.290.36154.5951.1542.55
Hex35A4754401D249b332b
Octal65244165104035442336353
Binary110101101001001110101100010001110110010010011011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A475; }

 p { color: rgb(53,164,117); }

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

<style>
 a { background-color: #35A475; }

 a { background-color: rgb(53,164,117); }

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

<style>
 span { border-color: #35A475; }

 span { border-color: rgb(53,164,117); }

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