#35B37A

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

Shades of Medium Sea Green #35B37A

Tints of Medium Sea Green #35B37A

Color information

#35B37A (or 0x35B37A) is unknown color: approx Medium Sea Green. HEX triplet: 35, B3 and 7A. RGB value is (53,179,122). Sum of RGB (Red+Green+Blue) = 53+179+122=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #35B37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B37A is #CA4C85. Grayscale: #868686. Windows color (decimal): -13257862 or 8041269. OLE color: 8041269.

HSL color Cylindrical-coordinate representation of color #35B37A: hue angle of 152.86º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B37A is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB53179122-
CMYK0.7000.320.30
HSL152.86º54.31%45.49%-
HSV(B)152.86º70.39%70.2%-
XYZ21.134.423.94-
YUV134.83120.7669.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 179 (70.31% from 255) = 50.56%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=14.97%
G=50.56%
B=34.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531791220.7000.320.30152.8654.3145.49
Hex35B37A460201E99362d
Octal65263172106040362316655
Binary110101101100111111010100011001000001111010011001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,179,122); }

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

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

 a { background-color: rgb(53,179,122); }

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

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

 span { border-color: rgb(53,179,122); }

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