#35CB5B

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

Shades of Medium Sea Green #35CB5B

Tints of Medium Sea Green #35CB5B

Color information

#35CB5B (or 0x35CB5B) is unknown color: approx Medium Sea Green. HEX triplet: 35, CB and 5B. RGB value is (53,203,91). Sum of RGB (Red+Green+Blue) = 53+203+91=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #35CB5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CB5B is #CA34A4. Grayscale: #919191. Windows color (decimal): -13251749 or 6015797. OLE color: 6015797.

HSL color Cylindrical-coordinate representation of color #35CB5B: hue angle of 135.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CB5B is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB5320391-
CMYK0.7400.550.20
HSL135.2º59.06%50.2%-
HSV(B)135.2º73.89%79.61%-
XYZ24.7144.2217.13-
YUV145.3897.362.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 203 (79.69% from 255) = 58.50%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=15.27%
G=58.50%
B=26.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53203910.7400.550.20135.259.0650.2
Hex35CB5B4A03714873b32
Octal65313133112067242077362
Binary110101110010111011011100101001101111010010000111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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