#35AF73

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

Shades of Medium Sea Green #35AF73

Tints of Medium Sea Green #35AF73

Color information

#35AF73 (or 0x35AF73) is unknown color: approx Medium Sea Green. HEX triplet: 35, AF and 73. RGB value is (53,175,115). Sum of RGB (Red+Green+Blue) = 53+175+115=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AF73 is #CA508C. Grayscale: #838383. Windows color (decimal): -13258893 or 7581493. OLE color: 7581493.

HSL color Cylindrical-coordinate representation of color #35AF73: hue angle of 150.49º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AF73 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB53175115-
CMYK0.7000.340.31
HSL150.49º53.51%44.71%-
HSV(B)150.49º69.71%68.63%-
XYZ19.8932.6521.47-
YUV131.68118.5871.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=15.45%
G=51.02%
B=33.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531751150.7000.340.31150.4953.5144.71
Hex35AF73460221F96362d
Octal65257163106042372266655
Binary110101101011111110011100011001000101111110010110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,175,115); }

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

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

 a { background-color: rgb(53,175,115); }

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

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

 span { border-color: rgb(53,175,115); }

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