#35B078

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

Shades of Medium Sea Green #35B078

Tints of Medium Sea Green #35B078

Color information

#35B078 (or 0x35B078) is unknown color: approx Medium Sea Green. HEX triplet: 35, B0 and 78. RGB value is (53,176,120). Sum of RGB (Red+Green+Blue) = 53+176+120=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #35B078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35B078 is #CA4F87. Grayscale: #848484. Windows color (decimal): -13258632 or 7909429. OLE color: 7909429.

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

Color convert

RGB53176120-
CMYK0.7000.320.31
HSL152.68º53.71%44.9%-
HSV(B)152.68º69.89%69.02%-
XYZ20.3833.1623.1-
YUV132.84120.7571.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 176 (69.14% from 255) = 50.43%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=15.19%
G=50.43%
B=34.38%

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
Decimal531761200.7000.320.31152.6853.7144.9
Hex35B078460201F99362d
Octal65260170106040372316655
Binary110101101100001111000100011001000001111110011001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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