#35AC70

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

Shades of Medium Sea Green #35AC70

Tints of Medium Sea Green #35AC70

Color information

#35AC70 (or 0x35AC70) is unknown color: approx Medium Sea Green. HEX triplet: 35, AC and 70. RGB value is (53,172,112). Sum of RGB (Red+Green+Blue) = 53+172+112=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AC70 is #CA538F. Grayscale: #818181. Windows color (decimal): -13259664 or 7384117. OLE color: 7384117.

HSL color Cylindrical-coordinate representation of color #35AC70: hue angle of 149.75º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AC70 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB53172112-
CMYK0.6900.350.33
HSL149.75º52.89%44.12%-
HSV(B)149.75º69.19%67.45%-
XYZ19.1531.4320.39-
YUV129.58118.0873.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.73%
GREEN value IS 172 (67.58% from 255) = 51.04%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=15.73%
G=51.04%
B=33.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721120.6900.350.33149.7552.8944.12
Hex35AC70450232196352c
Octal65254160105043412266554
Binary1101011010110011100001000101010001110000110010110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,112); }

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

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

 a { background-color: rgb(53,172,112); }

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

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

 span { border-color: rgb(53,172,112); }

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