#35AF71

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

Shades of Medium Sea Green #35AF71

Tints of Medium Sea Green #35AF71

Color information

#35AF71 (or 0x35AF71) is unknown color: approx Medium Sea Green. HEX triplet: 35, AF and 71. RGB value is (53,175,113). Sum of RGB (Red+Green+Blue) = 53+175+113=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AF71 is #CA508E. Grayscale: #838383. Windows color (decimal): -13258895 or 7450421. OLE color: 7450421.

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

Color convert

RGB53175113-
CMYK0.7000.350.31
HSL149.51º53.51%44.71%-
HSV(B)149.51º69.71%68.63%-
XYZ19.7832.6120.87-
YUV131.45117.5872.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 175 (68.75% from 255) = 51.32%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=15.54%
G=51.32%
B=33.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531751130.7000.350.31149.5153.5144.71
Hex35AF71460231F96362d
Octal65257161106043372266655
Binary110101101011111110001100011001000111111110010110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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