#35AC75

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

Shades of Medium Sea Green #35AC75

Tints of Medium Sea Green #35AC75

Color information

#35AC75 (or 0x35AC75) is unknown color: approx Medium Sea Green. HEX triplet: 35, AC and 75. RGB value is (53,172,117). Sum of RGB (Red+Green+Blue) = 53+172+117=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AC75 is #CA538A. Grayscale: #828282. Windows color (decimal): -13259659 or 7711797. OLE color: 7711797.

HSL color Cylindrical-coordinate representation of color #35AC75: hue angle of 152.27º 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 #35AC75 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB53172117-
CMYK0.6900.320.33
HSL152.27º52.89%44.12%-
HSV(B)152.27º69.19%67.45%-
XYZ19.4331.5521.89-
YUV130.15120.5872.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 172 (67.58% from 255) = 50.29%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=15.50%
G=50.29%
B=34.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721170.6900.320.33152.2752.8944.12
Hex35AC75450202198352c
Octal65254165105040412306554
Binary1101011010110011101011000101010000010000110011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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