#35C375

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

Shades of Medium Sea Green #35C375

Tints of Medium Sea Green #35C375

Color information

#35C375 (or 0x35C375) is unknown color: approx Medium Sea Green. HEX triplet: 35, C3 and 75. RGB value is (53,195,117). Sum of RGB (Red+Green+Blue) = 53+195+117=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #35C375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C375 is #CA3C8A. Grayscale: #8F8F8F. Windows color (decimal): -13253771 or 7717685. OLE color: 7717685.

HSL color Cylindrical-coordinate representation of color #35C375: hue angle of 147.04º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C375 is Cyan = 0.73, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB53195117-
CMYK0.7300.40.24
HSL147.04º57.26%48.63%-
HSV(B)147.04º72.82%76.47%-
XYZ24.1941.0723.48-
YUV143.65112.9663.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.52%
GREEN value IS 195 (76.56% from 255) = 53.42%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=14.52%
G=53.42%
B=32.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531951170.7300.40.24147.0457.2648.63
Hex35C3754902818933931
Octal65303165111050302237161
Binary110101110000111110101100100101010001100010010011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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