#35BA76

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

Shades of Medium Sea Green #35BA76

Tints of Medium Sea Green #35BA76

Color information

#35BA76 (or 0x35BA76) is unknown color: approx Medium Sea Green. HEX triplet: 35, BA and 76. RGB value is (53,186,118). Sum of RGB (Red+Green+Blue) = 53+186+118=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BA76 is #CA4589. Grayscale: #8A8A8A. Windows color (decimal): -13256074 or 7780917. OLE color: 7780917.

HSL color Cylindrical-coordinate representation of color #35BA76: hue angle of 149.32º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BA76 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB53186118-
CMYK0.7200.370.27
HSL149.32º55.65%46.86%-
HSV(B)149.32º71.51%72.94%-
XYZ22.337.1823.14-
YUV138.48116.4467.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 186 (73.05% from 255) = 52.10%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=14.85%
G=52.10%
B=33.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531861180.7200.370.27149.3255.6546.86
Hex35BA76480251B95382f
Octal65272166110045332257057
Binary110101101110101110110100100001001011101110010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,186,118); }

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

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

 a { background-color: rgb(53,186,118); }

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

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

 span { border-color: rgb(53,186,118); }

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