#35BE6A

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

Shades of Medium Sea Green #35BE6A

Tints of Medium Sea Green #35BE6A

Color information

#35BE6A (or 0x35BE6A) is unknown color: approx Medium Sea Green. HEX triplet: 35, BE and 6A. RGB value is (53,190,106). Sum of RGB (Red+Green+Blue) = 53+190+106=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BE6A is #CA4195. Grayscale: #8B8B8B. Windows color (decimal): -13255062 or 6995509. OLE color: 6995509.

HSL color Cylindrical-coordinate representation of color #35BE6A: hue angle of 143.21º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BE6A is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB53190106-
CMYK0.7200.440.25
HSL143.21º56.38%47.65%-
HSV(B)143.21º72.11%74.51%-
XYZ22.4838.6219.91-
YUV139.46109.1166.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 190 (74.61% from 255) = 54.44%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=15.19%
G=54.44%
B=30.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531901060.7200.440.25143.2156.3847.65
Hex35BE6A4802C198f3830
Octal65276152110054312177060
Binary110101101111101101010100100001011001100110001111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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