#35CA61

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

Shades of Medium Sea Green #35CA61

Tints of Medium Sea Green #35CA61

Color information

#35CA61 (or 0x35CA61) is unknown color: approx Medium Sea Green. HEX triplet: 35, CA and 61. RGB value is (53,202,97). Sum of RGB (Red+Green+Blue) = 53+202+97=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CA61 is #CA359E. Grayscale: #919191. Windows color (decimal): -13251999 or 6408757. OLE color: 6408757.

HSL color Cylindrical-coordinate representation of color #35CA61: hue angle of 137.72º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CA61 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB5320297-
CMYK0.7400.520.21
HSL137.72º58.43%50%-
HSV(B)137.72º73.76%79.22%-
XYZ24.7543.8618.47-
YUV145.48100.6462.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 202 (79.30% from 255) = 57.39%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=15.06%
G=57.39%
B=27.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53202970.7400.520.21137.7258.4350
Hex35CA614A034158a3a32
Octal65312141112064252127262
Binary110101110010101100001100101001101001010110001010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,202,97); }

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

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

 a { background-color: rgb(53,202,97); }

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

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

 span { border-color: rgb(53,202,97); }

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