#35C26A

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

Shades of Medium Sea Green #35C26A

Tints of Medium Sea Green #35C26A

Color information

#35C26A (or 0x35C26A) is unknown color: approx Medium Sea Green. HEX triplet: 35, C2 and 6A. RGB value is (53,194,106). Sum of RGB (Red+Green+Blue) = 53+194+106=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #35C26A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C26A is #CA3D95. Grayscale: #8E8E8E. Windows color (decimal): -13254038 or 6996533. OLE color: 6996533.

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

Color convert

RGB53194106-
CMYK0.7300.450.24
HSL142.55º57.09%48.43%-
HSV(B)142.55º72.68%76.08%-
XYZ23.3640.3820.2-
YUV141.81107.7964.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.01%
GREEN value IS 194 (76.17% from 255) = 54.96%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=15.01%
G=54.96%
B=30.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531941060.7300.450.24142.5557.0948.43
Hex35C26A4902D188f3930
Octal65302152111055302177160
Binary110101110000101101010100100101011011100010001111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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