#35B178

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

Shades of Medium Sea Green #35B178

Tints of Medium Sea Green #35B178

Color information

#35B178 (or 0x35B178) is unknown color: approx Medium Sea Green. HEX triplet: 35, B1 and 78. RGB value is (53,177,120). Sum of RGB (Red+Green+Blue) = 53+177+120=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #35B178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35B178 is #CA4E87. Grayscale: #858585. Windows color (decimal): -13258376 or 7909685. OLE color: 7909685.

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

Color convert

RGB53177120-
CMYK0.7000.320.31
HSL152.42º53.91%45.1%-
HSV(B)152.42º70.06%69.41%-
XYZ20.5833.5623.16-
YUV133.43120.4270.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 177 (69.53% from 255) = 50.57%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=15.14%
G=50.57%
B=34.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531771200.7000.320.31152.4253.9145.1
Hex35B178460201F98362d
Octal65261170106040372306655
Binary110101101100011111000100011001000001111110011000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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