#35AC78

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

Shades of Medium Sea Green #35AC78

Tints of Medium Sea Green #35AC78

Color information

#35AC78 (or 0x35AC78) is unknown color: approx Medium Sea Green. HEX triplet: 35, AC and 78. RGB value is (53,172,120). Sum of RGB (Red+Green+Blue) = 53+172+120=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AC78 is #CA5387. Grayscale: #828282. Windows color (decimal): -13259656 or 7908405. OLE color: 7908405.

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

Color convert

RGB53172120-
CMYK0.6900.300.33
HSL153.78º52.89%44.12%-
HSV(B)153.78º69.19%67.45%-
XYZ19.6131.6222.84-
YUV130.49122.0872.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 172 (67.58% from 255) = 49.86%
BLUE value IS 120 (47.27% from 255) = 34.78%
R=15.36%
G=49.86%
B=34.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721200.6900.300.33153.7852.8944.12
Hex35AC784501E219a352c
Octal65254170105036412326554
Binary110101101011001111000100010101111010000110011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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