#35A374

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

Shades of Medium Sea Green #35A374

Tints of Medium Sea Green #35A374

Color information

#35A374 (or 0x35A374) is unknown color: approx Medium Sea Green. HEX triplet: 35, A3 and 74. RGB value is (53,163,116). Sum of RGB (Red+Green+Blue) = 53+163+116=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #35A374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A374 is #CA5C8B. Grayscale: #7C7C7C. Windows color (decimal): -13261964 or 7643957. OLE color: 7643957.

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

Color convert

RGB53163116-
CMYK0.6700.290.36
HSL154.36º50.93%42.35%-
HSV(B)154.36º67.48%63.92%-
XYZ17.7228.2121.03-
YUV124.75123.0676.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 163 (64.06% from 255) = 49.10%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=15.96%
G=49.10%
B=34.94%

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
Decimal531631160.6700.290.36154.3650.9342.35
Hex35A3744301D249a332a
Octal65243164103035442326352
Binary110101101000111110100100001101110110010010011010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,163,116); }

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

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

 a { background-color: rgb(53,163,116); }

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

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

 span { border-color: rgb(53,163,116); }

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