#35A273

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

Shades of Medium Sea Green #35A273

Tints of Medium Sea Green #35A273

Color information

#35A273 (or 0x35A273) is unknown color: approx Medium Sea Green. HEX triplet: 35, A2 and 73. RGB value is (53,162,115). Sum of RGB (Red+Green+Blue) = 53+162+115=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #35A273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A273 is #CA5D8C. Grayscale: #7C7C7C. Windows color (decimal): -13262221 or 7578165. OLE color: 7578165.

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

Color convert

RGB53162115-
CMYK0.6700.290.36
HSL154.13º50.7%42.16%-
HSV(B)154.13º67.28%63.53%-
XYZ17.4827.8420.67-
YUV124.05122.8977.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 162 (63.67% from 255) = 49.09%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=16.06%
G=49.09%
B=34.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531621150.6700.290.36154.1350.742.16
Hex35A2734301D249a332a
Octal65242163103035442326352
Binary110101101000101110011100001101110110010010011010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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