#35BC5B

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

Shades of Medium Sea Green #35BC5B

Tints of Medium Sea Green #35BC5B

Color information

#35BC5B (or 0x35BC5B) is unknown color: approx Medium Sea Green. HEX triplet: 35, BC and 5B. RGB value is (53,188,91). Sum of RGB (Red+Green+Blue) = 53+188+91=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BC5B is #CA43A4. Grayscale: #888888. Windows color (decimal): -13255589 or 6011957. OLE color: 6011957.

HSL color Cylindrical-coordinate representation of color #35BC5B: hue angle of 136.89º 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 #35BC5B is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB5318891-
CMYK0.7200.520.26
HSL136.89º56.02%47.25%-
HSV(B)136.89º71.81%73.73%-
XYZ21.3437.4816.01-
YUV136.58102.2768.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 188 (73.83% from 255) = 56.63%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=15.96%
G=56.63%
B=27.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53188910.7200.520.26136.8956.0247.25
Hex35BC5B480341A89382f
Octal65274133110064322117057
Binary110101101111001011011100100001101001101010001001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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