#35A272

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

Shades of Medium Sea Green #35A272

Tints of Medium Sea Green #35A272

Color information

#35A272 (or 0x35A272) is unknown color: approx Medium Sea Green. HEX triplet: 35, A2 and 72. RGB value is (53,162,114). Sum of RGB (Red+Green+Blue) = 53+162+114=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #35A272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A272 is #CA5D8D. Grayscale: #7C7C7C. Windows color (decimal): -13262222 or 7512629. OLE color: 7512629.

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

Color convert

RGB53162114-
CMYK0.6700.300.36
HSL153.58º50.7%42.16%-
HSV(B)153.58º67.28%63.53%-
XYZ17.4327.8120.37-
YUV123.94122.3977.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 162 (63.67% from 255) = 49.24%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=16.11%
G=49.24%
B=34.65%

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
Decimal531621140.6700.300.36153.5850.742.16
Hex35A2724301E249a332a
Octal65242162103036442326352
Binary110101101000101110010100001101111010010010011010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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