#35C47C

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

Shades of Medium Sea Green #35C47C

Tints of Medium Sea Green #35C47C

Color information

#35C47C (or 0x35C47C) is unknown color: approx Medium Sea Green. HEX triplet: 35, C4 and 7C. RGB value is (53,196,124). Sum of RGB (Red+Green+Blue) = 53+196+124=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #35C47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C47C is #CA3B83. Grayscale: #919191. Windows color (decimal): -13253508 or 8176693. OLE color: 8176693.

HSL color Cylindrical-coordinate representation of color #35C47C: hue angle of 149.79º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C47C is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB53196124-
CMYK0.7300.370.23
HSL149.79º57.43%48.82%-
HSV(B)149.79º72.96%76.86%-
XYZ24.8541.6925.81-
YUV145.04116.1262.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.21%
GREEN value IS 196 (76.95% from 255) = 52.55%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=14.21%
G=52.55%
B=33.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531961240.7300.370.23149.7957.4348.82
Hex35C47C4902517963931
Octal65304174111045272267161
Binary110101110001001111100100100101001011011110010110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,196,124); }

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

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

 a { background-color: rgb(53,196,124); }

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

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

 span { border-color: rgb(53,196,124); }

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