#35A270

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

Shades of Medium Sea Green #35A270

Tints of Medium Sea Green #35A270

Color information

#35A270 (or 0x35A270) is unknown color: approx Medium Sea Green. HEX triplet: 35, A2 and 70. RGB value is (53,162,112). Sum of RGB (Red+Green+Blue) = 53+162+112=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #35A270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A270 is #CA5D8F. Grayscale: #7B7B7B. Windows color (decimal): -13262224 or 7381557. OLE color: 7381557.

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

Color convert

RGB53162112-
CMYK0.6700.310.36
HSL152.48º50.7%42.16%-
HSV(B)152.48º67.28%63.53%-
XYZ17.3127.7719.78-
YUV123.71121.3977.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=16.21%
G=49.54%
B=34.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531621120.6700.310.36152.4850.742.16
Hex35A2704301F2498332a
Octal65242160103037442306352
Binary110101101000101110000100001101111110010010011000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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