#35B575

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

Shades of Medium Sea Green #35B575

Tints of Medium Sea Green #35B575

Color information

#35B575 (or 0x35B575) is unknown color: approx Medium Sea Green. HEX triplet: 35, B5 and 75. RGB value is (53,181,117). Sum of RGB (Red+Green+Blue) = 53+181+117=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #35B575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B575 is #CA4A8A. Grayscale: #878787. Windows color (decimal): -13257355 or 7714101. OLE color: 7714101.

HSL color Cylindrical-coordinate representation of color #35B575: hue angle of 150º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B575 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB53181117-
CMYK0.7100.350.29
HSL150º54.7%45.88%-
HSV(B)150º70.72%70.98%-
XYZ21.235.0922.48-
YUV135.43117.5969.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.10%
GREEN value IS 181 (71.09% from 255) = 51.57%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=15.10%
G=51.57%
B=33.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531811170.7100.350.2915054.745.88
Hex35B575470231D96372e
Octal65265165107043352266756
Binary110101101101011110101100011101000111110110010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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