#35BC5C

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

Shades of Medium Sea Green #35BC5C

Tints of Medium Sea Green #35BC5C

Color information

#35BC5C (or 0x35BC5C) is unknown color: approx Medium Sea Green. HEX triplet: 35, BC and 5C. RGB value is (53,188,92). Sum of RGB (Red+Green+Blue) = 53+188+92=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BC5C is #CA43A3. Grayscale: #888888. Windows color (decimal): -13255588 or 6077493. OLE color: 6077493.

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

Color convert

RGB5318892-
CMYK0.7200.510.26
HSL137.33º56.02%47.25%-
HSV(B)137.33º71.81%73.73%-
XYZ21.3837.516.24-
YUV136.69102.7768.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 188 (73.83% from 255) = 56.46%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=15.92%
G=56.46%
B=27.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53188920.7200.510.26137.3356.0247.25
Hex35BC5C480331A89382f
Octal65274134110063322117057
Binary110101101111001011100100100001100111101010001001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,188,92); }

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

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

 a { background-color: rgb(53,188,92); }

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

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

 span { border-color: rgb(53,188,92); }

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