#35C36A

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

Shades of Medium Sea Green #35C36A

Tints of Medium Sea Green #35C36A

Color information

#35C36A (or 0x35C36A) is unknown color: approx Medium Sea Green. HEX triplet: 35, C3 and 6A. RGB value is (53,195,106). Sum of RGB (Red+Green+Blue) = 53+195+106=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #35C36A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C36A is #CA3C95. Grayscale: #8E8E8E. Windows color (decimal): -13253782 or 6996789. OLE color: 6996789.

HSL color Cylindrical-coordinate representation of color #35C36A: hue angle of 142.39º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C36A is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB53195106-
CMYK0.7300.460.24
HSL142.39º57.26%48.63%-
HSV(B)142.39º72.82%76.47%-
XYZ23.5840.8320.27-
YUV142.4107.4664.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 195 (76.56% from 255) = 55.08%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=14.97%
G=55.08%
B=29.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531951060.7300.460.24142.3957.2648.63
Hex35C36A4902E188e3931
Octal65303152111056302167161
Binary110101110000111101010100100101011101100010001110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,195,106); }

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

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

 a { background-color: rgb(53,195,106); }

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

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

 span { border-color: rgb(53,195,106); }

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