#35A271

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

Shades of Medium Sea Green #35A271

Tints of Medium Sea Green #35A271

Color information

#35A271 (or 0x35A271) is unknown color: approx Medium Sea Green. HEX triplet: 35, A2 and 71. RGB value is (53,162,113). Sum of RGB (Red+Green+Blue) = 53+162+113=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #35A271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A271 is #CA5D8E. Grayscale: #7B7B7B. Windows color (decimal): -13262223 or 7447093. OLE color: 7447093.

HSL color Cylindrical-coordinate representation of color #35A271: hue angle of 153.03º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A271 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB53162113-
CMYK0.6700.300.36
HSL153.03º50.7%42.16%-
HSV(B)153.03º67.28%63.53%-
XYZ17.3727.7920.07-
YUV123.82121.8977.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=16.16%
G=49.39%
B=34.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531621130.6700.300.36153.0350.742.16
Hex35A2714301E2499332a
Octal65242161103036442316352
Binary110101101000101110001100001101111010010010011001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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