#35B378

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

Shades of Medium Sea Green #35B378

Tints of Medium Sea Green #35B378

Color information

#35B378 (or 0x35B378) is unknown color: approx Medium Sea Green. HEX triplet: 35, B3 and 78. RGB value is (53,179,120). Sum of RGB (Red+Green+Blue) = 53+179+120=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #35B378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B378 is #CA4C87. Grayscale: #868686. Windows color (decimal): -13257864 or 7910197. OLE color: 7910197.

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

Color convert

RGB53179120-
CMYK0.7000.330.30
HSL151.9º54.31%45.49%-
HSV(B)151.9º70.39%70.2%-
XYZ20.9834.3523.29-
YUV134.6119.7669.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 179 (70.31% from 255) = 50.85%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=15.06%
G=50.85%
B=34.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531791200.7000.330.30151.954.3145.49
Hex35B378460211E98362d
Octal65263170106041362306655
Binary110101101100111111000100011001000011111010011000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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