#35AF6F

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

Shades of Medium Sea Green #35AF6F

Tints of Medium Sea Green #35AF6F

Color information

#35AF6F (or 0x35AF6F) is unknown color: approx Medium Sea Green. HEX triplet: 35, AF and 6F. RGB value is (53,175,111). Sum of RGB (Red+Green+Blue) = 53+175+111=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AF6F is #CA5090. Grayscale: #838383. Windows color (decimal): -13258897 or 7319349. OLE color: 7319349.

HSL color Cylindrical-coordinate representation of color #35AF6F: hue angle of 148.52º 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 #35AF6F is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB53175111-
CMYK0.7000.370.31
HSL148.52º53.51%44.71%-
HSV(B)148.52º69.71%68.63%-
XYZ19.6732.5620.29-
YUV131.23116.5872.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 175 (68.75% from 255) = 51.62%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=15.63%
G=51.62%
B=32.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531751110.7000.370.31148.5253.5144.71
Hex35AF6F460251F95362d
Octal65257157106045372256655
Binary110101101011111101111100011001001011111110010101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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