#35C06F

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

Shades of Medium Sea Green #35C06F

Tints of Medium Sea Green #35C06F

Color information

#35C06F (or 0x35C06F) is unknown color: approx Medium Sea Green. HEX triplet: 35, C0 and 6F. RGB value is (53,192,111). Sum of RGB (Red+Green+Blue) = 53+192+111=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #35C06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C06F is #CA3F90. Grayscale: #8D8D8D. Windows color (decimal): -13254545 or 7323701. OLE color: 7323701.

HSL color Cylindrical-coordinate representation of color #35C06F: hue angle of 145.04º degrees, saturation: 0.57, 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 #35C06F is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB53192111-
CMYK0.7200.420.25
HSL145.04º56.73%48.04%-
HSV(B)145.04º72.4%75.29%-
XYZ23.1939.621.46-
YUV141.2110.9565.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.89%
GREEN value IS 192 (75.39% from 255) = 53.93%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=14.89%
G=53.93%
B=31.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531921110.7200.420.25145.0456.7348.04
Hex35C06F4802A19913930
Octal65300157110052312217160
Binary110101110000001101111100100001010101100110010001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,192,111); }

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

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

 a { background-color: rgb(53,192,111); }

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

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

 span { border-color: rgb(53,192,111); }

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